First Python Program With Calculation:

print("Hello World")
print(5)
print("Bye")
print(17*13)


RESULT:

Hello World
5
Bye
221

Comments

Popular posts from this blog

According to Data Science Topic-13 Modules

Functions in Python:

According to Data Science Topic-12 If else program examples