Advertisement
Josif_tepe

Untitled

Sep 28th, 2024
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1.  
  2.  
  3. def main():
  4.     print("Hello")
  5.     print("Hello Again")
  6.  
  7.  
  8.  
  9. if __name__ == "__main__":
  10.     main()
  11.  
  12.  
  13.  
  14.  
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement