Bullying
Subscribe to:
Post Comments (Atom)
words to use instead of :- 1. broad - wide 2. complicated - complex 3. extra...
-
#python code for multiplication tables a = int(input("Enter the number: ")) for i in range (1,21): c = a*i print(a, ...
-
#python code to make a square root finder number = int(input("enter a number: ")) sqrt = number ** 0.5 print("square root:...
-
Neighboring countries of India India shares its border with seven countries- Afghanistan and Pakistan to the North-West , China, Bh...
No comments:
Post a Comment