xxxxxxxxxx
#include <stdio.h>
void main() {
int i = 1;
printf("\n\n\t\tMultiplication Table - 5\n\n\n");
printf("\t%d x 5 = %d\n", i, i*5);
i = i + 1;
printf("\t%d x 5 = %d\n", i, i*5);
i = i + 1;
printf("\t%d x 5 = %d\n", i, i*5);
i = i + 1;
printf("\t%d x 5 = %d\n", i, i*5);
i = i + 1;
printf("\t%d x 5 = %d\n", i, i*5);
i = i + 1;
printf("\t%d x 5 = %d\n", i, i*5);
i = i + 1;
printf("\t%d x 5 = %d\n", i, i*5);
i = i + 1;
printf("\t%d x 5 = %d\n", i, i*5);
i = i + 1;
printf("\t%d x 5 = %d\n", i, i*5);
i = i + 1;
printf("\t%d x 5 = %d\n", i, i*5);
i = i + 1;
}
xxxxxxxxxx
Use Repl.it "Believe me It's Best"
linK: https://repl.it/languages/python3
xxxxxxxxxx
This is the best online compler for python which I've used.
Probably you will find it on the top of your search resluts too.
https://www.programiz.com/python-programming/online-compiler/
xxxxxxxxxx
You can use
1. https://www.onlinegdb.com/
2.https://www.programiz.com/c-programming/online-compiler/
this as well, works really well for me.You can also save code there.
xxxxxxxxxx
w3schools has another compiler option
https://www.w3schools.com/python/trypython.asp?filename=demo_compiler
xxxxxxxxxx
#some best python compilers are:-
https://www.onlinegdb.com/online_python_compiler/
https://www.tutorialspoint.com/execute_python_online.php/
https://www.programiz.com/python-programming/online-compiler/
xxxxxxxxxx
Use [repl.it](https://repl.it/)!
Try out the basics of Replit with our
interactive playground.
Code, collaborate, compile, run, share, and deploy
Python and more online from your browser