Part-13: Python FSD Training Live | Enroll Now

  Рет қаралды 67

Mohd Navaid

Mohd Navaid

Күн бұрын

Пікірлер: 3
@Mostcallmesai
@Mostcallmesai 11 күн бұрын
1. #Write a function to find the max of two numbers a=int(input("a : ")) b=int(input("b : ")) if a>b : print(f'the max of a,b is : {a}') else : print(f' the max of a,b is : {b}') 2. #create a function that takes a number as input and returns whether it is even or odd num=int(input("Enter a number : ")) if num%2!=0: print("Odd") else: print("Even") 3. #write a program to find the area of the rectangle given its length and width length=int(input("Length : ")) width=int(input("Width : ")) AOR=0.5*(length*width) print(f'Area of Rectangle = {AOR}') 5. #create a program that calculates the factorial of a number num=int(input()) factorial=1 for i in range(1,num+1): factorial*=i print(f' Factorial of {num} is : {factorial}') 7. # program to check if the given number is prime n= int(input('Enter a number :')) count=0 for i in range(2,n,1): if n % i ==0: print('not a prime number ') count=1 break if count==0 : print('It is a Prime Number') 8. #create a program that calculates the sum of all numbers in the list List=[3,7,8,2,9,1] Sum=0 for i in List: Sum+=i print(f'The sum of all the values in the list : {Sum}') 10. #write a program that calculates the length of a string without using len() function strng=("SAI") length=0 for alphs in strng: length+=1 print(f' length of a string is : {length}')
Part-14: Python FSD Training Live | Enroll Now
38:40
Mohd Navaid
Рет қаралды 48
Хаги Ваги говорит разными голосами
0:22
Фани Хани
Рет қаралды 2,2 МЛН
UFC 287 : Перейра VS Адесанья 2
6:02
Setanta Sports UFC
Рет қаралды 486 М.
NVIDIA CEO Jensen Huang's Vision for the Future
1:03:03
Cleo Abram
Рет қаралды 647 М.
Part-15: Python FSD Training Live | Enroll Now
54:41
Mohd Navaid
Рет қаралды 73
Class18: Python Full Stack Development | Evening@7:30 PM Batch
1:07:57
5 Overlooked Python Concepts
7:47
Kato Desire
Рет қаралды 32
sin(x+y)°=?
11:15
Mathematopia
Рет қаралды 53
Part-16: Python FSD Training Live | Enroll Now
1:00:07
Mohd Navaid
Рет қаралды 224
AI Is Making You An Illiterate Programmer
27:22
ThePrimeTime
Рет қаралды 228 М.
DEEPSEEK Vs CHATGPT There Is A  Clear Winner !!
15:53
Rick Aqua
Рет қаралды 16 М.
Хаги Ваги говорит разными голосами
0:22
Фани Хани
Рет қаралды 2,2 МЛН