Ad
Fundamentals

convert an integer into a string if possible,
otherwise return 0

Code
Diff
  • def convert(x):
        return
    • x=int
    • def convert(x):
    • return