Input and Output - Using Easygui and Python

Publicado el: 06 agosto 2015
en el canal de: A Python Makes Pi
2,231
3

Today we use Easygui and Python to accept user input and produce a result based on the input

Code down here \/





import easygui
import sys

Input = easygui.enterbox("Enter Something")

if Input == "Test":
easygui.msgbox("You are testing a program, right?")

if Input != "Test":
easygui.msgbox("You may or may not be doing a test.")


En esta página del sitio puede ver el video en línea Input and Output - Using Easygui and Python de Duración hora minuto segunda en buena calidad , que subió el usuario A Python Makes Pi 06 agosto 2015, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 2,231 veces y le gustó 3 a los espectadores. Disfruta viendo!