+ 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[*]

14th Sep 2020, 9:25 AM
Falilah
Falilah - avatar
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).
14th Sep 2020, 10:17 AM
Hatsy Rei
Hatsy Rei - avatar
+ 5
Can you tell more details?
14th Sep 2020, 9:26 AM
ä½ ēŸ„é“č¦å‰‡ļ¼Œęˆ‘ä¹Ÿę˜Æ
ä½ ēŸ„é“č¦å‰‡ļ¼Œęˆ‘ä¹Ÿę˜Æ - avatar
+ 1
Falilah, Check the variable name. it is "Name" . You want to print variable "name".
14th Sep 2020, 10:49 AM
šŸ‡®šŸ‡³VivekšŸ‡®šŸ‡³
šŸ‡®šŸ‡³VivekšŸ‡®šŸ‡³ - avatar