Python-Diary

时间:2024-04-17 12:18:40
【文件属性】:

文件名称:Python-Diary

文件大小:3.71MB

文件格式:ZIP

更新时间:2024-04-17 12:18:40

Python

1.字符串插值或格式化 a = 2 b = 3 print ( "Number " , a , b ) # Number 2 3 print ( "Number {1} {0}" . format ( a , b )) # Number 3 2 print ( f'Number { a } { b } ' ) # Number 2 3 2.输入 a = int ( input ( "Enter the first Number : " )) b = int ( input ( "Enter the second Number : " )) print ( f'Summation of two number is { a + b } ' ) #taking space seperated inputs in p


【文件预览】:
Python-Diary-master
----certificate.png(3.7MB)
----09_Dictionaries.py(929B)
----01_Variables.py(1KB)
----19_RegularExpression.py(4KB)
----04_tuple.py(746B)
----17_Gerenrators.py(982B)
----05_sets.py(645B)
----14_lambdaFunction.py(575B)
----15_Random.py(485B)
----08_looping.py(910B)
----21_Async_Await.py(293B)
----22_Deque.py(1KB)
----03_Lists.py(1KB)
----20_Numbers.py(621B)
----06_functions.py(1KB)
----10_tryCatch.py(265B)
----README.md(23KB)
----12_Inheritance.py(391B)
----16_map&filter.py(811B)
----02_Strings.py(918B)
----18_Datetime.py(148B)
----.vscode()
--------settings.json(76B)
--------launch.json(432B)
----11_class&Object.py(925B)
----13_zip&unzip.py(269B)
----07_Conditionals.py(698B)

网友评论