Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Hello.py
- # Programmer: Dr. Aung Win Htut
- # 1- Input
- name = input("enter your name: ") # assignment operator ==
- # 2 - Storage
- # 3 - Process (+.-,*,/,//,%,>,<,==,!=,)
- # 4 - Output
- print("Hello World!")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement