Python Practice
Python Practice
Python -
Practice
Overview
• Starting Python
• Simple programming
• Numeric operators
• Simple program with function
Starting Python
>>>
Simple program with function
>>> def hello():
print("Hello")
print("Computers are Fun")
>>>