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 functions to calculate trignometry values March 01, 2020 # Function for calculating trignometry values Read more
Write a program to remove all the lines that contain the character ‘a’ in a file and write it to another file. February 08, 2020 Read more
Comments
Post a Comment