15
voiid
6y

My time machine...

Comments
  • 1
    Why time machine? 😅
  • 1
    @MatanRad imagine if we reverse 2017, we get the 7102. You don't wanna try that -•√π÷~`
  • 3
    Nice theme
  • 1
    once I wrote
    int(str(1234)[::-1])
    to fool lab instructor for grades, coz i didn't knew actuAL way
  • 2
    int(n/10)?
  • 0
    @romangraef yeah, it's another way of saying (int) 4 / 3

    So: (int) 4 / 3 = int (4/3). It's simply a matter of taste
  • 0
    @Artemix I'm really horrible ;D
  • 0
    @voiid But doesnt automatically cast to an int since n and 10 are integers?
  • 1
    @romangraef I see it's redundant. Thanks for pointing it out. It's all integer division so no need for casting.
  • 1
    @theNox Emacs the great 😍
Add Comment