0
Name = input ("what is your name")
It's not working and I'm so confused
7 Respostas
+ 2
Luke,
Your line looks alright, what you got error message or something? what exactly happened when you said "not working"?
Was it like no output? if that's the case, then you know there's no line issuing command to print <Name>, so you just have to print <Name>
print( Name ) # after you read <Name>
+ 1
Owasp Dude41
You're wrong
Python is serpent kind
+ 1
Please always tag the language you're asking about.
https://code.sololearn.com/W3uiji9X28C1/?ref=app
0
Is what I did correct though? Also why is python bad?
0
Ipang yes never venture off your shell..buddy
0
use print, it is will working:
name= input(" What is your name: ")
print (name)
0
Luke Hobson Python is not bad, neither is any other programming language. Different languages have different strengths and weaknesses. Therefore the choice of language should always depend on what you want to do.
https://code.sololearn.com/WWE2eu548roL/?ref=app