Hi,
This what you are looking for: "records incorrect prompt"
Hope this helps.
r3t40
You can just earn extra money by doing your neibors lawn
Her work will be more organized and she will have it lined up like pros and cons
def is_list_even(my_list):
for i in my_list:
if(i%2 != 0):
return False
return True
def is_list_odd(my_list):
for i in my_list:
if(i%2 == 0):
return False
return True
def main():
n = int(input())
lst = []
for i in range(n):
lst.append(int(input()))
if(is_list_even(lst)):
print('all even')
elif(is_list_odd(lst)):
print('all odd')
else:
print('not even or odd')
if __name__ == '__main__':
main()
The Clipboard task holds the last image or text one copied.To open the clipboard task, home should be clicked then the clipboard dialog box launcher which shows the image or text one wants to paste.