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 "  + 
相關文章
相關標籤/搜索