python

xiaoxiao2021-02-28  121

注释

''' 多行注释 '''

中文输出

#coding=utf-8

变量类型

Number:int, long, float, complex bool: True, False String List Tuple Dictionary

输入输出

输入

input = raw_input("please input")

raw_input的输入都是当做字符串

输出

类似C语言的输出

abc = "aaaa" print("aa%s"
转载请注明原文地址: https://www.6miu.com/read-43898.html

最新回复(0)