File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 2222 - type : respond
2323 with : 01-running.md
2424 issue : 1
25+ data :
26+ game : ' %payload.comment.body%'
2527
2628 - title : Running a Python program
2729 description : Run a python program with a main method
3537 issue : 1
3638 - type : createIssue
3739 title : Using Variables
38- body : 02-model .md
40+ body : 02-variables .md
3941
4042 - title : Using Variables
4143 description : Define variables with random input to simulate a die-roll
Original file line number Diff line number Diff line change 1+ {{ game }}! Wow that's a classic! You might be able to make a version of {{ game }} when we are done!
2+
13## Running a Python file
24
35Let's look at our Python file. Inside we see a function ` main ` that will contain all of your commands as you create the dice roller:
Original file line number Diff line number Diff line change @@ -23,4 +23,6 @@ Inside the repo you'll see two files:
2323- ` README.md ` : a markdown file that details some info about the project
2424- ` dice-roller.py ` : a Python file containing the code you'll be building off of
2525
26- Now that we have everything we need, we can actually begin writing our dice roller! Let's begin!
26+ Now that we have everything we need, we can actually begin writing our dice roller! Let's begin!
27+
28+ Leave a comment with * your favorite dice-rolling game* to continue.
You can’t perform that action at this time.
0 commit comments