Python之路,Day4 - Python基础-用户交互程序

本节内容 用户交互程序 一、用户输入  1 2 3 4 5 6 7 #!/usr/bin/env python #_*_coding:utf-8_*_     #name = raw_input("What is your name?") #only on python 2.x name  =  input ( "What is your name?" ) print ( "Hello "  + 
相关文章
相关标签/搜索