From 510089193a73135658d6c2d96e0c1aeaa319a5c9 Mon Sep 17 00:00:00 2001 From: EBruda Date: Tue, 10 Dec 2019 07:22:22 +0000 Subject: [PATCH] Add run on repl.it badge to README This pull request configures this repository to be run on Repl.it. It adds a `.replit` configuration file and a Repl.it badge to the `README`. You can read more about running repos on Repl.it [here](https://docs.repl.it/repls/dot-replit), or view the Repl [here](https://repl.it/@Elizabeth11/beginner-python-1). --- .replit | 2 ++ README.md | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 .replit 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!*