Back to General discussions forum
I made my web where generates a random value how is divisible by 1202 (the last number i tried) and contain no less than 5 and no more than 8 digits. the programs told me « Your output does not start with "Random value is "...» but my webside starts with that :( i do not know if i am doing somethings wrong or its the evaluator machine how has the problem.
http://ancastillov.pythonanywhere.com/
Hello!
The source code for your page shouldn't contain any tags like <html>
. It should just be the output string, like here.
Hope this helps!
Okay, the link is blocked for some reason. Try this.
yess! thas was the problem, i just errased both <html> from my code. thank u :)