hi,
i dont know if this is a problem with the version of python but i tried the example above and i kept having errors with the input of my name except is type it as 'kola' and not just kola
C:\Users\kay\Desktop>python hello.py
whats your name?kola
Traceback (most recent call last):
File "hello.py", line 1, in <module>
name = input('whats your name?')
File "<string>", line 1, in <module>
NameError: name 'kola' is not defined
i have installed python 3 on widows but i cant see i...