Input and Output - Using Easygui and Python

Publié le: 06 août 2015
sur la chaîne: 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.")


Sur cette page du site, vous pouvez voir la vidéo en ligne Input and Output - Using Easygui and Python durée heure minute seconde en bonne qualité , qui a été Téléchargé par l'utilisateur A Python Makes Pi 06 août 2015, Partagez le lien avec vos amis et connaissances, sur youtube cette vidéo a déjà été regardée 2,231 fois et il a aimé 3 téléspectateurs. Bon visionnage!