Skip to content

Instantly share code, notes, and snippets.

@aliarain
Created August 11, 2020 15:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aliarain/623faafb70cc458c84aca675b06dc749 to your computer and use it in GitHub Desktop.
Save aliarain/623faafb70cc458c84aca675b06dc749 to your computer and use it in GitHub Desktop.
Problems For Cousera 1/n
def sum_digits(f_digit, s_digit):
return f_digit +s_digit
if __name__ = '__main__':
a,b =map(int , input().split())
print(sum_digit(a,b))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment