Advertisement
teslariu

funcion que llama a la funcion bomba

Sep 5th, 2023
837
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.18 KB | None | 0 0
  1. #!/usr/bin/env python
  2. # -*- coding: utf-8 -*-
  3. #
  4. #  sin hjkhkjtítulo.py
  5.  
  6.  
  7. import bomba
  8.  
  9. t = bomba.ingresar()
  10.  
  11. print("PREPARATE PARA EL FINAL....")
  12.  
  13. bomba.cuenta_regresiva(t)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement