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

1 Answers

This program valid input argument  is 'one'

5 views