MMatthew Dean Martin @mistersql · Feb 28, 2024 mastodonI was floored when I saw this code.```pythonimport mathi = 1.789print(math.floor(i))```