Advertisement
KodingKid

3 facts about Python in Python

Apr 17th, 2021
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.29 KB | None | 0 0
  1. #facts about python in python
  2. import time
  3. print("Python is one of the most emerging programming languages.")
  4. time.sleep(1)
  5. print("It is a high-level programming language that has user-friendly syntax.")
  6. time.sleep(1)
  7. 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