Input and Output - Using Easygui and Python

Pubblicato il: 06 agosto 2015
sul canale di: 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.")


In questa pagina del sito puoi guardare il video online Input and Output - Using Easygui and Python della durata di ore minuti seconda in buona qualità , che l'utente ha caricato A Python Makes Pi 06 agosto 2015, condividi il link con amici e conoscenti, su youtube questo video è già stato visto 2,231 volte e gli è piaciuto 3 spettatori. Buona visione!