diff --git a/.replit b/.replit new file mode 100644 index 0000000..5391a66 --- /dev/null +++ b/.replit @@ -0,0 +1,2 @@ +language = "python3" +run = "python bell_number.py" diff --git a/README.md b/README.md index f63c13e..391dee2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Run on Repl.it](https://repl.it/badge/github/CoderDojoSV/beginner-python)](https://repl.it/github/CoderDojoSV/beginner-python) + #Introduction to Python *Learn Python to make text and 2-D games with a typed programming language!*