Skip to content

MiguelAngelRamos/repository-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OBJETIVOS DE LA CLASE

  1. Aprender que son las Tuplas en Python
  2. Practicar la iteracion de diccionarios con el ciclo "for"
  3. Aprender a ejecutar el metodo principal "main"
  4. Modularizar la app utilizando el archivo init
  5. Aprender a integrar librerias propias de python como la libreria math.
  is_active = True
  authorization = False

  is_active and authorization -> True

  # Vas al cine
  boy_year = int(input("Ingrese la edad: ")) # 18
  cash = False
  if boy_year >= 18 and cash:
      print("puede ir a ver la pelicula")
  else
      print("No puedes ir a ver la peli")


  20 % 5 = 3
  5

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages