View difference between Paste ID: RgttM28d and wzdysETq
SHOW: | | - or go back to the newest paste.
1-
var = 0
1+
2
    return number + 1
3-
    var = number + 1
3+
4-
    return var
4+
print('Enter a #: ')
5
print(plusone(int(input())))