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.
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
DEV Community | Sciencx (2022-03-01T06:13:40+00:00) #100DaysOfPython….. Retrieved from 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.