30-Python-Scripts-for-Beginners

时间:2024-04-27 08:41:05
【文件属性】:

文件名称:30-Python-Scripts-for-Beginners

文件大小:2KB

文件格式:ZIP

更新时间:2024-04-27 08:41:05

30个初学者的Python脚本 01. Hello World: # The following python script will print the text "Hello World!" as output. print ( "Hello World!" ) 02.连接两个字符串: # Two words "Programming" and "Languages" are joined and "ProgrammingLanguages" is printed as output. x = "Programming" y = "Languages" z = x + y print ( z ) 03.在字符串中设置浮点格式: # Use of String Formatting x = 462.75897 print ( "{:5.2f}" . format ( x )) #


【文件预览】:
30-Python-Scripts-for-Beginners-main
----README.md(5KB)

网友评论