MrGatovsky

Untitled

Jul 8th, 2021
1,254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1.  
  2. def main():
  3.     print('Hello, Python')
  4.  
  5.  
  6. if __name__ == "__main__":
  7.     main()
  8.  
  9.  
Advertisement
Add Comment
Please, Sign In to add comment