Rohitjeyan Kulanthaivel
@Vargskelethor
I'm an amateur Python coder, but I can still make impressive programs. I also know a little TI-Basic.
The Shadow Realm
0
UNO Hand GeneratorGenerates a random hand for a game of UNO! Try to get a good hand!
0
0
0
3
One Strike and You're Out [Version 1.0.1]
Added 2 new splash texts and a new question271
28
3
3
One Strike and You're Out [Version 1.0!]
Added Splash Text and What's New271
28
3
3
New Quiz Game
See if you can finish the quiz in less time than it takes for me to make a Nutella sandwich!271
28
3
3
Impossible Quiz-like Game
Do you like challenges? Did you beat both The Impossible Quiz and The Impossible Quiz 2? If you answered "Yes" to at least one question, then this game is for you.UtkMcpe78 @Vargskelethor

How?10 months ago
271
28
3
5
ASCII Art GalleryAn art gallery for ASCII art! Submit your ASCII art in the comments! I will make a piece of art at 200 runs, and another at 400 runs.
477
19
5
3
nightblades 7 months ago
CrypticStar please fix the missing space at the end of the last input question for "Is Dihydrogen Monoxide dangerous?" it's annoying me that if I put a space there it's wrong7 months ago
5
ASCII Art GalleryAn art gallery for ASCII art! Submit your ASCII art in the comments! I will make a piece of art at 200 runs, and another at 400 runs.
477
19
5
5
ASCII Art GalleryAn art gallery for ASCII art! Submit your ASCII art in the comments! I will make a piece of art at 200 runs, and another at 400 runs.
477
19
5
5
ASCII Art GalleryAn art gallery for ASCII art! Submit your ASCII art in the comments! I will make a piece of art at 200 runs, and another at 400 runs.
477
19
5
5
ASCII Art GalleryAn art gallery for ASCII art! Submit your ASCII art in the comments! I will make a piece of art at 200 runs, and another at 400 runs.
477
19
5
0
Boris' Python Program (blyat)This is the code from the video "Coding on a 15 year old computer - Programmer Boris".
Here's the link to the video: https://www.youtube.com/watch?v=aI4CAJA6wgk
4
0
0
1
Python is dumb lol
Proof that Python is dumb! Watch what happens!DogProgrammer @RohitjeyanKulan You are right :) same thing with 0.1+0.3, and 0.1+0.2 = 0.3 as a condition always turns out false.1 year ago
6w6 @RohitjeyanKulan its because numbers are stored in binary (cause its a computer duh) and since its not base10 it has to round it

(this is JS but its the same in python) but if you really need accurate decimal adding you should use `round()`1 year ago
Classfied3D @RohitjeyanKulan WDYM? 0.1+0.2 does equal 0.30000000000000004 (kidding). You can fix this by using https://pastebin.com/MwzZ1W9e . Binary isn't optimised for base 10, so it's basically rounding 3.3 recurring to 3.333334 in binary, and in base 10, it's less obvious.1 year ago
21
6
1