en
Feedback
O Level Previous paper

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 more
732
Subscribers
No data24 hours
+17 days
No data30 days
Posts Archive
M1-R5 Practical Top-25 Questions .pdf Joined 👉@o_levelsatya

M1-R5 Syllabus .pdf

photo content

photo content

photo content

photo content

Q (20) The format function, when applied on string retuns———
Anonymous voting

Q (19 ) Say s="hello" what will be the return value of types (s) ?
Anonymous voting

Q (18) >>>chr(ord(' A '))
Anonymous voting

Q (17 ) >>>print(chr(ord('b')+1))
Anonymous voting

Q (16) >>>print("D"end = ' ' ) >>>print("C"end = ' ' ) >>>print("B"end = ' ' ) >>>print("A"end = ' ' )
Anonymous voting

Q (15) What will be diplayed by print(ord('b')-ord('a')) ? ( ASCII Table Dekhna Hoga )
Anonymous voting

Q (14 ) What will be the output of the "hello"+1+2+3 ?
Anonymous voting

Q (13) Given a string example ="hello" what is the output of example.count('l') ?
Anonymous voting

Q (12 ) >>>example="helle" >>>example.find("e")
Anonymous voting

Q (11) >>>example="helle" >>>example.rfind("e")
Anonymous voting

Q (10) >>>example="snow world" >>>print("%s" %example [4:7]
Anonymous voting

IMP✍️
IMP✍️

Q (9) >>>max("what are you") ( Find the Highest ASCII Value.)
Anonymous voting

Q (8 ) >>>print (r"\nhello")
Anonymous voting