Hello World程序 [root@mysql ~]# python3 Python 3.6.5 (default, Jul 8 2018, 11:41:23) [GCC 4.4.7 20120313 (Red Hat 4.4.7-18)] on linux Type "help", "copyright", "credits" or "license" for more information. >>>…
一.变量定义赋值 输入输出屏幕显示 : name = input("input is your name") age =int( input("input is your age")) add =input("input your add") money = float(input("input your money")) mess=''' Infomessage Of User %s --------------------…