Challenges
Find the latest challenges here...
Instructions:
Note: Make sure you don't leave this page when checking your anwser. Step 1: Delete the "challenges.html" part of the url. Step 2: Put "anwser/YOUR_ANWSER.html" in place of were you just deleted. Step 3: A page with the word "correct" on it should pop up if you were correct. But if you were wrong the browser will give you an error.
easy
Pentagon

The Pentagon has been waiting on an order of new weapons to be registered in their database but the data has been corrupted. Try and find all the the weapons in the data then submit the number of weapons there was in the data. Hint: Seperate all the numbers from the letters.

Andrew Eckerman
September 21, 2016
easy
Leapfrog

You are given this array of numbers: ['57','67','34','56','49'] . You are then asked to place plus and minus signs in every other space like so: ['57','+','67','-','34','+','56','-','49'] . Try and find the value of this array only with Python. Hint: Try using Python's eval() function.

Andrew Eckerman
September 21, 2016
easy
Mario V.S. Wario

There is a reapeated string in this data. But Wario wants to replace all the M's in the data with W's because the M's remind him of his short cousin Mario. Help Wario replace all the M's in the data with W's in Python. Hint: Your anwser is the repeated string in the file after you have switched letters.
