+ 2
Hi, I am new to python can someone help me out
The code below is not given any output Traceback error:print is not defined name= Input("Enter your name") Print("hello,"+name) And Also what is causing In[1] to change to In[ ] and In[*]
3 Answers
+ 3
Falilah If you can include a link to the full code saved in Code Playground here, it would help us understand what issues you are actually facing. As far as we can see, the code snippet you attached shouldn't cause the error (assuming the function calls aren't actually uppercase).
+ 5
Can you tell more details?
+ 1
Falilah, Check the variable name. it is "Name" . You want to print variable "name".