Advertisement
Sergio_Istea

expresiones.py

Mar 20th, 2023 (edited)
871
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.08 KB | None | 0 0
  1. #!/usr/bin/env python3
  2.  
  3. print("3+4=", 4 + 3)
  4.  
  5. print(3 * 3, 10 // 2)
  6. # comentario
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement