#100DaysOfPython….

Day1:
This is a super easy way of writing program compared to java.

The first line of code is to print classic “Hello World”….

Code:
print(“Hello World!”) –> Output : Hello World!
-*-
Super Easy right!

Code2:
print(“something”) –> Output :…


This content originally appeared on DEV Community and was authored by DEV Community

Day1:
This is a super easy way of writing program compared to java.

The first line of code is to print classic "Hello World"....

Code:
print("Hello World!") --> Output : Hello World!
-*-
Super Easy right!

Code2:
print("something") --> Output : something

Explaination- ".." the double quote is used to explain computer that i wanted to print the value inside the quotes.
print is a command to the computer to print in console.

Image description

This is a error which created voluntarily to check.
The error is missing " at the end .


This content originally appeared on DEV Community and was authored by DEV Community


Print Share Comment Cite Upload Translate Updates
APA

DEV Community | Sciencx (2022-03-01T06:13:40+00:00) #100DaysOfPython….. Retrieved from https://www.scien.cx/2022/03/01/100daysofpython/

MLA
" » #100DaysOfPython….." DEV Community | Sciencx - Tuesday March 1, 2022, https://www.scien.cx/2022/03/01/100daysofpython/
HARVARD
DEV Community | Sciencx Tuesday March 1, 2022 » #100DaysOfPython….., viewed ,<https://www.scien.cx/2022/03/01/100daysofpython/>
VANCOUVER
DEV Community | Sciencx - » #100DaysOfPython….. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/03/01/100daysofpython/
CHICAGO
" » #100DaysOfPython….." DEV Community | Sciencx - Accessed . https://www.scien.cx/2022/03/01/100daysofpython/
IEEE
" » #100DaysOfPython….." DEV Community | Sciencx [Online]. Available: https://www.scien.cx/2022/03/01/100daysofpython/. [Accessed: ]
rf:citation
» #100DaysOfPython…. | DEV Community | Sciencx | https://www.scien.cx/2022/03/01/100daysofpython/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.