Skip to content

This is a repository to install and gather different games in python language

Notifications You must be signed in to change notification settings

UnaiAlias/games

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Hello World en Python 🐍

Este es un ejemplo básico de un programa en Python que imprime "Hello, World!" en la consola.

Requisitos ✅

  • Tener Python instalado (versión 3.x)
    • Puedes comprobarlo ejecutando:
      python3 --version
    • O si usas Windows:
      python --version

Cómo ejecutar el programa ▶️

  1. Clona este repositorio (o descarga el archivo hello.py):

    git clone https://github.com/UnaiAlias/games.git
    cd games
  2. Ejecuta el script:

    En sistemas Unix (Linux/macOS):

    python3 hello.py

    En Windows:

    python hello.py

Salida esperada 📤

About

This is a repository to install and gather different games in python language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages