Write a random number generator that generates random numbers between 1 and 6 February 08, 2020 import random n=int(input("enter range for integer :")) print(random.randint(1,n)) Share Get link Facebook X Pinterest Email Other Apps Labels Practical File Program Python Share Get link Facebook X Pinterest Email Other Apps Comments
Write a program to show the use of recursion in calculation of power. February 08, 2020 #Program to show the use of recursion in calculation of power. #Code #power a to b using recursion 6_4 Read more
Factorial of a number November 19, 2019 Q:1 Write a program to Calculate the factorial of the inputted numbers. Program: 1: Read more
Write a functions to calculate trignometry values March 01, 2020 # Function for calculating trignometry values Read more
Comments
Post a Comment