Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #facts about python in python
- import time
- print("Python is one of the most emerging programming languages.")
- time.sleep(1)
- print("It is a high-level programming language that has user-friendly syntax.")
- time.sleep(1)
- print("It is known to have fewer lines of code in an easy and simple form.")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement