About Lesson
Dekha ap ne practice nahi kia na, please practice kar lo na. Samosay khanay ko milain gay (Jo ap khud purchase karen agy).
Join the conversation
1:10:34
#type_conversion
Reply
1:00:20
#Convert_Input
Reply
0:48:15
#input_aammar
Reply
37:54
#fruit_basket
Reply
0:29:57
#print_type_class
Reply
0:20:37
.py nh likha file name m
Reply
0:19:40
#Strings_clear.
Reply
0:10:25Code:
print(5+12)
print(15-5)
print(9*2)
print(12//2)
print(14%12)
print(12/2)Output:
17
10
18
6
2
6.0
Reply
10:09
The reason 2**2 doesn't work in the terminal is that the terminal is used for command-line operations, not for direct code execution like a Python interpreter.
Reply
if, else, elif statement is clear.
Reply