Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Integer division in Python 3
#1
# In Python 3, dividing two integers results in a float if not evenly divisible
result = 7 / 3
print(result)  # Output: 2.3333333333333335
Also follow me on Youtube for videos about video games:
https://www.youtube.com/channel/UCxfkGVU...2mQ/videos
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Backward Incompatibility in Python 3 Qomplainerz 0 279 07-25-2023, 10:40 AM
Last Post: Qomplainerz
  Async/Await in Python 3 Qomplainerz 0 211 07-25-2023, 10:39 AM
Last Post: Qomplainerz
  Keyword-Only Arguments in Python 3 Qomplainerz 0 204 07-25-2023, 10:39 AM
Last Post: Qomplainerz
  Type Annotations in Python 3 Qomplainerz 0 230 07-25-2023, 10:38 AM
Last Post: Qomplainerz
  Dictionary views in Python 3 Qomplainerz 0 205 07-25-2023, 10:38 AM
Last Post: Qomplainerz
  Print formatting in Python 3 Qomplainerz 0 212 07-25-2023, 10:38 AM
Last Post: Qomplainerz
  Syntax changes in Python 3 Qomplainerz 0 220 07-25-2023, 10:37 AM
Last Post: Qomplainerz
  input() function in Python 3 Qomplainerz 0 225 07-25-2023, 10:37 AM
Last Post: Qomplainerz
  range() function in Python 3 Qomplainerz 0 225 07-25-2023, 10:37 AM
Last Post: Qomplainerz
  Unicode support in Python 3 Qomplainerz 0 213 07-25-2023, 10:36 AM
Last Post: Qomplainerz

Forum Jump:


Users browsing this thread: 1 Guest(s)