Python Function Python Functions is a block of statements that return the specific task. The idea is to put some commonly or repeatedly done tasks […]
Read moreTag: python for beginners
Conditional Statements in Python
# if statement exampleΒ if 10 > 5: print(“10 greater than 5”) print(“Program ended”) —-Output—- 10 greater than 5 Program ended 2. […]
Read morePython First Program
Python First Program Python First Program print(“Hello, World!”) Topics Covered : python programming learn python programming python […]
Read more
Recent Comments