Python Tutorial 1
Loading...
2,525
Loading...
Uploader Comments (jhwblender)
see all
All Comments (11)
-
hey i need help on this code im running on python 2,7
# This program says hello and will ask for ur name.
print('Hello who ever this may be!')
print('What is your name?')
myName = input()
print('It is good to finally know your name, ' + myName)
-
i think you have your punctuation marks confused lol
-
i make a try with python just yesterdey but i hadn't get the logic at all
-
U play minecraft?
-
this reminds me of java
-
how effective is python
i want to learn to program, but their is like 20 diffrent languages
i just want to know basi programming as a hobbie
-
i see you are a blender
-
@jhwblender thanks, i had the wrong version. 2.7 worked!
Loading...
when i type the hello world thing, i just get the message "SyntaxError: invalid syntax"
Whiteowl116 7 months ago
@Whiteowl116
Ok, so first make sure you have entered it in correctly (print "hello world") then if that doesn't work check and make sure you downloaded python 2.7 and not 3.1
jhwblender 7 months ago