Most programs are written to solve an end user's problem. First, we need to get some information from the user. For example, let's say someone wants to find out whether they're old enough to vote. We ...
print(int(5.5)) #to convert to int : output should be 5 print(float(5)) #to convert to float : output should be 5.0 ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results