O Level Previous paper
Kanalga Telegram’da o‘tish
https://youtube.com/@Satya806 सभी लोग इस Channel को Subscribe कर लो https://t.me/O_levelpaper Telegram group Quiz 👉https://t.me/o_levelsatya #M4-R5_Paper #M2R5 #O_Level #M3R5_Notes #M1R5Video #PaidClass_O_Level #O_Level_Notes #Satya_Sir
Ko'proq ko'rsatish733
Obunachilar
+124 soatlar
+27 kunlar
Ma'lumot yo'q30 kunlar
Postlar arxiv
Repost from O Level Previous paper
#here initialization is 51 and increment is of 2
for i in range(51,101,2):
print(i,end=" ")
"""
*Output*
51 53 55 57 59 61 63 65 67 69 71 73 75 77 79 81 83 85 87 89 91 93 95 97 99
"""
Repost from O Level Previous paper
#taking user input
base=int(input("Enter base:"))
expo=int(input("Enter expo:"))
pow=1
for i in range(1,expo+1):
pow=pow*base
print("{}^{}={}".format(base,expo,pow))
"""
*Output*
Enter base:3
Enter expo:4
3^4=81
"""
Repost from O Level Previous paper
#taking user input
x=int(input("Enter first number:"))
y=int(input("Enter Second number:"))
z=x*y
print("Multiplication of two number:",z)
"""
*Output*
Enter first number:5
Enter Second number:6
Multiplication of two number: 30
"""
Repost from O Level Previous paper
"""
Factorial of
5=1x2x3x4x5
6=1x2x3x4x5x6
no=1x2x3x...xno
"""
#taking user input
no=int(input("Enter any number:"))
fact=1
for i in range(1,no+1):
#finding multiplication of numbers
fact=fact*i
print("Factorial of {} is {}".format(no,fact))
"""
*Output*
Enter any number:6
Factorial of 6 is 720
"""
Repost from O Level Previous paper
#taking user input
a=int(input("Enter first number:"))
b=int(input("Enter second number:"))
c=int(input("Enter third number:"))
if a>b and a>c:
print(a," is greatest")
if b>a and b>c:
print(b," is greatest")
if c>a and c>b:
print(c," is greatest")
"""
*Output*
Enter first number:58
Enter second number:47
Enter third number:86
86 is greatest
"""
Repost from O Level Previous paper
no=int(input("Enter any number:"))
if no>0:
print("positive")
if no < 0:
print("negative")
if no==0:
print("Zero")
"""
*Output*
Enter any number:-5
negative
"""
Repost from O Level Previous paper
# Python Program to calculate the square root
num = int (input("Enter the Value "))
# To take the input from the user
#num = float(input('Enter a number: '))
num_sqrt = num ** 0.5
print('The square root of %0.3f is %0.3f'%(num ,num_sqrt))
Repost from O Level Previous paper
Note- आप अपने दिमाग में यह Clear रखो कि आपको कौन सा प्रश्न अच्छे से आ रहा है पहले उसको करो ताकि आपका समय बर्बाद ना हो
यदि आपको पहला प्रश्न नहीं आता है तो आप दुसरे प्रश्न करना शुरू कर दें ✅✅
Ex- यहा पर Questions (1) and Questions (3) करना आसान है
Joined👉@o_levelsatya
☝️☝️
Endi mavjud! Telegram Tadqiqoti 2025 — yilning asosiy insaytlari 
