Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

Jupyter notebook Let's Go!.ipynb

Project: Week 1
Views: 90
Kernel: Python 3
print("This is a simple Python program")
This is a simple Python program
print('This is a simple Python program !!!')
This is a simple Python program !!!
print("#You Mad Bro")
#You Mad Bro
print(' Hello World ') print('What is your name?') = input() print('It is good to meet you, '+'.')
File "<ipython-input-4-b19c19a05a9b>", line 3 = input() ^ SyntaxError: invalid syntax