[Solved] while loop:::iterate line only 1 time,while value iterate when condition satisfied
you need to insert the values in a list and then get the values out of list as you have integers value in list you need to make it a string before getting the values out of list. while True: while True: try: last_number = int(input(‘\nEnter last number :’)) except ValueError: print(“\nPlease enter only number”) … Read more