Write any Python expression which is a valid input argument to the following program? input = eval(raw_input(‘Value:’)) print ‘You typed’, value
Write any Python expression which is a valid input argument to the following program?
input = eval(raw_input(‘Value:’))
print ‘You typed’, value
5 views