Input and Output - Using Easygui and Python

Опубликовано: 06 Август 2015
на канале: 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.")


На этой странице сайта вы можете посмотреть видео онлайн Input and Output - Using Easygui and Python длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь A Python Makes Pi 06 Август 2015, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 2,231 раз и оно понравилось 3 зрителям. Приятного просмотра!