📅  最后修改于: 2023-12-03 15:15:27.210000             🧑  作者: Mango
Are you an aspiring programmer looking for a challenge? Look no further than guessthiscode.com! This website is designed to test your knowledge and skill in a variety of programming languages.
Guessthiscode.com presents you with a block of code in a random language, and your goal is to guess which language it is written in. You can choose from a list of possible options or type in your guess manually. Once you guess correctly, you'll earn points and move on to the next challenge.
Guessthiscode.com currently supports the following programming languages:
In addition to the main guessing game, guessthiscode.com offers a few extra features:
Here's an example of a code snippet you might encounter on guessthiscode.com:
def fib(n):
if n<=1:
return n
else:
return(fib(n-1)+fib(n-2))
This snippet is written in Python and calculates the Fibonacci sequence up to the given number.
Guessthiscode.com is a fun and educational way to improve your programming skills and test your knowledge. Give it a try and see how high you can score!