Answer:
i dont know if this help but To do this, we will use a 'for loop'. The “for loop” allows the programmer to call a section of code repeatedly within a range of values. The range() function will return integer values depending on the arguments.
Explanation:
nums = [x*1.5 for x in range(1,11)]
print(nums)
The first line is the list comprehension and the second prints the list to the screen so you can see that it works.
Answer:
length = int(input("Enter a length "))
width = int(input("Enter a width "))
area = length * width
print("The area is " + area)
Need to go to the settings
Answer:
by building on line presence
Explanation:
If you put yourself out there in multiple social sites you will build a following