Skip to content

hackstarsj/PythonBasicCheatSheet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PythonBasicCheatSheet

Python Basic CheatSheet

Output

# PythonBasicCheatSheet
Python Basic CheatSheet

Output


Hello World in Python
Hello world in Variable
30
Hello world
[10, 20, 30, 40, 10]
20
5
2
10
20
30
40
10
60
10
20
40
10
60
60
(10, 20)
20
B is Greater
C is greater
{'name': 'Rahul', 'age': 25, 'work': 'Developer'}
Rahul
Developer
Rahul
Aman
vishal
Data : Rahul key : name
Data : 25 key : age
Data : Developer key : work
Value : Rahul
Value : 25
Value : Developer
Enter Your Name.supercoders
supercoders
10
9
8
7
6
5
4
3
2
1
Calling Simple Function
Name is Supecoders
30
25
Dog
Hello world in Python

Again Hello World
Enter a Number1
1
0
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
10
11
12
13
14
15
16
17
18
19
[10, 11, 12, 13, 14, 15, 16, 17, 18, 19]
Max : 19
Min : 10
sum : 145
{"name": "Rahul", "age": 25, "work": "Developer"}
Dic {'name': 'Rahul', 'age': 25, 'work': 'Developer'}

Process finished with exit code 0

About

Python Basic CheatSheet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages