+ 1
Can anyone help me to start writing a program on python? I'm a beginner
4 Respostas
+ 3
Hi.
Put
print('Hello World')
in a file, save it with file extension .py and run it from terminal.
Take a look the courses offered here in the app. They will start you even better
Hope that helps. Cheers.C
+ 2
Practise makes u perfect
+ 1
You should really do more of the Python tutorial and practice the code snippets there yourself.