Advertisement
Josif_tepe

Untitled

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