Sort by

recency

|

1023 Discussions

|

  • + 0 comments

    this is a informative post

  • + 0 comments

    Thanks to sharing

  • + 0 comments

    My solution:

    if __name__ == '__main__':
        a = int(input())
        b = int(input())
        print (a//b)
        print (a/b)
    
  • + 0 comments

    Can you help me to integerate the python app for better events results on my Hypic photo editor site? I want all app vesions to be updated on time.

  • + 0 comments
    print(f"{a//b}\n{a/b}")