1python Live Class Upload
1python Live Class Upload
Example:
num1 = 15
num2 = 12
# printing values
print("Sum of {0} and {1} is {2}" .format(num1, num2, sum))
Solution 2 : Python Program to add two numbers
P is principle amount
Input : 120
Output : No
120 is not a Armstrong number.
1*1*1 + 2*2*2 + 0*0*0 = 9
Input : 1253
Output : No
1253 is not a Armstrong Number
1*1*1*1 + 2*2*2*2 + 5*5*5*5 + 3*3*3*3 =
723
Input : 1634
Output : Yes
1*1*1*1 + 6*6*6*6 + 3*3*3*3 + 4*4*4*4 =
1634
Problem 6 : Python Program for Program to find area
of a circle
Area = pi * r2
where r is radius of circle
Problem 7 : Python program to print all Prime
numbers in an Interval
Given two positive integer start and end. The task is
in an Interval.
11, ….}.
Problem 8 : Python program to check whether a
number is Prime or not
Definition: A prime number is a natural number greater than 1 that has no
positive divisors other than 1 and itself. The first few prime numbers are {2, 3,
5, 7, 11, ….}.
Input: n = 11
Output: true
Input: n = 15
Output: false
Problem 9 : Python Program for n-th Fibonacci
number
Fn = Fn-1 + Fn-2
F0 = 0 and F1 = 1.
Hint : Recursion
Problem 10 : Python Program for printing Fibonacci
numbers
Fn = Fn-1 + Fn-2
F0 = 0 and F1 = 1.
Hint : Recursion
Problem 11 : Python Program for How to check if a
given number is Fibonacci number?
Input : 8
Output : Yes
Input : 34
Output : Yes
Input : 41
Output : No
Problem 12 : Program to print ASCII Value of a
character
Input : a
Output : 97
Input : D
Output : 68
Problem 13 : Python Program for Sum of squares of
first n natural numbers
Input : N = 4
Output : 30
= 1 + 4 + 9 + 16
= 30
Input : N = 5
Output : 55
Problem 14 : Python Program for cube sum of first n
natural numbers
Input : n = 5
Output : 225
13 + 23 + 33 + 43 + 53 = 225
Input : n = 7
Output : 784
13 + 23 + 33 + 43 + 53 +
63 + 73 = 784
Slack Invite Link
https://perfect-plan-b.slack.com/join/sh
ared_invite/zt-eqkkziyb-fc8MNTRVqyu
d7QAUhQzQ~w#/
Social Media Links
Facebook: https://www.facebook.com/IshanPlanB/
Twitter: https://twitter.com/PerfectPlanB1
Linkedin: https://www.linkedin.com/company/perfect-plan-b/
Instagram: https://www.instagram.com/perfect_plan_b/
Quora:
https://www.quora.com/q/hreieuophqgaswqv?ch=10&share=41d2481e&srid=E
R3y0
Youtube: https://www.youtube.com/channel/UCQJFQlCdcq4XxJDqE3IqmbQ