#day2
Read more stories on Hashnode
Articles with this tag
Write a Python program to find the sum of all numbers between 1 and a given number:- n=int(input('Enter the number : ')) sum=0 for i in...
DAY 2: In this blog, you will get to know about the basic data types of python. DATA TYPESData types are nothing but the classification of the data...