nums = []
while True:
num = float(input("Enter a number: "))
if num <= 0:
break
nums.append(num)
print("The largest number entered was",max(nums))
I wrote my code in python 3.8. I hope this helps.
Hi pupil here's your answer ::
➡➡➡➡➡➡➡➡➡➡➡➡➡
Column A Column B
1》CD = Optical Storage Devices
2》Hard Disk = Magnetic Storage Device
3》Flash Memory = Solid State Storage
⬅⬅⬅⬅⬅⬅⬅⬅⬅⬅⬅⬅⬅
Hope this helps. . . . . . .
Answer:
Most Americans admire the life and work of Martin Luther King Jr., but their perception of him is smoke and mirrors.
Explanation:
hope this is what youre lookin for
<span>It is a a function which helps us you to clean the input buffer.
you can use this function if you are thinking that there might be some problem creating data during user inputs from stdin. </span>