1 solutions

  • 0
    @ 2024-12-31 15:46:27

    n = input().replace('0.','') while n[0] == '0': n = n.replace('0','',1) print(n)

    Information

    ID
    129
    Time
    1000ms
    Memory
    64MiB
    Difficulty
    9
    Tags
    # Submissions
    27
    Accepted
    4
    Uploaded By