-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathQuestion_set.txt
62 lines (42 loc) · 1.67 KB
/
Question_set.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
Write a program to print HELLO WORLD using python
Script Name : Hello_world.py
Write a program to perform Basic Operations using python
Script Name : Basic_Calculator.py
Demonstrate data types in python
Script Name : Print_data_type.py
Write a program to perform Integral conversion using python
Script Name : Integral.py
Write a base conversion program using python
Script Name : Base_conversion.py
Write a program to display all reserved keywords using python
Script Name : keyword_list.py
Write a program to print 6 digit random OTP number
Script Name : print_six_digit_OTP.py
Demonstrate floating numbers in python
Script Name : Floating.py
Demonstrate complex numbers in python
Script Name : Complex.py
Demonstrate Boolean in python
Script Name : Boolean.py
Demonstrate String & triple single & triple double quote in python
Script Name : String_part_1.py
Demonstrate String as Positive and Negative index in python
Script Name : String_part_2.py
Demonstrate String with slice operator in python
Script Name : String_slice_operator.py
Demonstrate String with + and * operator in python
Script Name : String_plus_multiplication_operator.py
Demonstrate Type casting in python
Script Name : Type_casting.py
illustrate the usage of mutable and immutable in python
Script Name : Mutable_Immutable.py
illustrate the usage of List in python
Script Name : List.py
illustrate the usage of Tuple in python
Script Name : Tuple.py
Describe types of error
Script Name : Types_of_error.py
Some important concepts in python must be know for every programmer
Script Name : Important_concept.py
Write a program to check if the number,N is jumping number of not.
Script Name : Jumping_Number.py