O Level Previous paper
Open in Telegram
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
Show more733
Subscribers
+124 hours
+17 days
+330 days
Posts Archive
#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
"""
#taking user input
no=int(input("Enter any number:"))
m=1
while no!=0:
#extracting last digit
r=no % 10;
#finding multiplication
m=m*r
#removing last digit
no=int(no/10)
print("Total digit multiplication:",m)
"""
*Output*
Enter any number:524
Total digit multiplication: 40
"""
for i in range(1,6):
for j in range(1,6):
if (i+j)<=6:
print("* ",end="")
else:
print(" ",end="")
print("")
"""
*Output*
* * * * *
* * * *
* * *
* *
*
"""
"""
Suppose first div:>=60
second div b/w 45 and 59
third div b/w 33 and 44
fail < 33
"""
#taking user input
p=int(input("Enter your percentage of marks:"))
if p>=60:
print("First division")
elif p>=45:
print("Second division")
elif p>=33:
print("Third division")
else:
print("Sorry!!! You are fail!")
"""
*Output*
Enter your percentage of marks:59
Second division
"""
str=input("Enter any string:")
for i in str:
print(i)
"""
*OUTPUT*
Enter any string:Easy
E
a
s
y
"""
str=input("Enter any string:")
for i in str:
print(i)
"""
*OUTPUT*
Enter any string:Easy
E
a
s
y
"""
for i in range(1,11):
print(i,end=" ")
"""
*Output*
1 2 3 4 5 6 7 8 9 10
"""
*#taking user input
no=int(input("Enter any number:"))
cpy=no
rev=0
while no!=0:
#extracting last digit
r=no % 10;
rev=rev*10+r
#removing last digit
no=int(no/10)
if cpy==rev:
print("Given number is palindrome")
else:
print("Not palindrome")
"""
*Output*
Enter any number:1551
Given number is palindrome
""" *
for i in range(1,6):
for j in range(1,6):
if i>=j:
print("{} ".format(i),end="")
else:
print(" ",end="")
print("")
"""
*Output*
1
2 2
3 3 3
4 4 4 4
5 5 5 5 5
"""
for i in range(1,6):
for j in range(1,6):
if i>=j:
print("* ",end="")
else:
print(" ",end="")
print("")
"""
*Output*
*
* *
* * *
* * * *
* * * * *
"""
#M4-R5 Practical Questions 16 September
Mera m4r5 ka paper tha or questions ardino se aaya tha usme lm35,or dht 16,2 esme type k questions th
Siddhant Sukla
आज जिसका भी Practical Exam था
आप प्रश्न जरूर भेजें ताकि बाकी बच्चों की सहायता हो सके
👉7068236218 ✡ WhatsApp number ✡
👉APS शॉर्ट नोटिफिकेशन!!
विज्ञापन प्रारंभ - 19 सितंबर
अन्तिम तिथि- 19 अक्टूबर
Syllabus
https://aimsarkariexam.com/uppsc-aps-syllabus-hindi/
Bittu Singh:
Dictionary short wala aa gaya sir
Aaj ke exam me
Gcd yaad kr lo
By recursion
SRKian:
Factorial by recursion aaya tga
Aman Prajapati:
Mere me
tourism place- tourism country
Dono me
Nam likhana th order aur un order
Ek ka colour orange ek ka green
Available now! Telegram Research 2025 — the year's key insights 
