es
Feedback
O Level Previous paper

O Level Previous paper

Ir al canal en 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

Mostrar más
733
Suscriptores
+124 horas
+27 días
Sin datos30 días
Archivo de publicaciones
#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 """

#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 """

#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 """

""" 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 """

#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 """

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 """

# 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))

Bitu ☝️
+5
Bitu ☝️

#M3_R5
#M3_R5

M3-R5 Practical Questions and solutions ( कबीर)☝️☝️
M3-R5 Practical Questions and solutions ( कबीर)☝️☝️

इस प्रश्न में आपको गलती खोजना है ☝️☝️☝️☝️
इस प्रश्न में आपको गलती खोजना है ☝️☝️☝️☝️

Note- आप अपने दिमाग में यह Clear रखो कि आपको कौन सा प्रश्न अच्छे से आ रहा है पहले उसको करो ताकि आपका समय बर्बाद ना हो यदि आपक
Note- आप अपने दिमाग में यह Clear रखो कि आपको कौन सा प्रश्न अच्छे से आ रहा है पहले उसको करो ताकि आपका समय बर्बाद ना हो यदि आपको पहला प्रश्न नहीं आता है तो आप दुसरे प्रश्न करना शुरू कर दें ✅✅ Ex- यहा पर Questions (1) and Questions (3) करना आसान है Joined👉@o_levelsatya ☝️☝️

PYTHON program .pdf Joined 👉@o_levelsatya

+2
M4-R5 Practical Questions -2024.pdf Joined 👉@o_levelsatya

o level m4 r5 iot practical exam Questions .pdf Joined 👉@o_levelsatya

M4-R5 Practical Top-25 Questions .pdf

Python written prac imp ques ans for o level exam.pdf

M3-R5 Practical Questions and Solutions .pdf

M3-R5 Top-20 Questions .pdf

+2
M2-R5 Practical top-25 Questions .pdf Joined 👉@o_levelsatya