We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Prepare
- Python
- Introduction
- Python: Division
- Discussions
Python: Division
Python: Division
+ 0 comments a = int(input()) b = int(input()) print(int(a/b)) print(float(a/b))
+ 0 comments i dont understand to use this hacker rank. i'm new
+ 0 comments Good site. This site is very useful information. dua for protection from enemies
+ 0 comments print(int(a//b), float(a/b), sep='\n')
+ 0 comments a = float(input()) b = float(input()) divi = int(a/b) divf = float(a/b) print(divi) print(divf)
Load more conversations
Sort 792 Discussions, By:
Please Login in order to post a comment