Ryan Muraliraj
@RyanMuraliraj
This template has a bunch of empty events ready to be filled with lots of juicy action packed game code.
It is completely based around replit-play an
Pygame
This is a pretty cool text changing thing to make your text look 'swag' like how all the usernames back in 2013.
Example -
Original Text: Dab on the
It is mind blowing how no one has created a calculator where you just type in an expression and get the result. All of the calculators I've seen have
ApoorvAgrawal You could use the .strip() function to get rid of the spaces that come with the user input.
and maybe you could add a space after the colon to make it look better.
like get=input("Input:").strip(' ')3 years ago
proofofconcept This calculator does not use eval but can evaluate arbitrary length expressions, with parentheses. It supports floats.
https://repl.it/@proofofconcept/Basic-recursive-descent-parser5 years ago