Python Quiz Test 1
Which keyword defines a function?
def
Which type stores unique values?
set
Which statement exits loop?
break
Which block always runs in exception handling?
finally
Which function gets input from user?
input()