+ 2
How would you code this?
Fill in the blanks to declare a value, add 5 to it and print its value. >>> x = 4 >>> x _ = 5 >>> print _
3 odpowiedzi
Fill in the blanks to declare a value, add 5 to it and print its value. >>> x = 4 >>> x _ = 5 >>> print _