- 1
assigning the value, having problem
foo = amit print(foo) why it is not printing this
3 Answers
+ 3
what value does the variable amit contain?
+ 3
If you are trying to print it as a string, then you need the literals: "amit"
- 1
yes
foo = amit print(foo) why it is not printing this