Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. ---
  2. title: Quiz
  3. output: learnr::tutorial
  4. runtime: shiny_prerendered
  5. ---
  6.  
  7. # This is a quiz
  8.  
  9. ```{r setup, include=FALSE}
  10. library(learnr)
  11. ```
  12.  
  13. ```{r addition, engine="python" /* this does not work! */, exercise=TRUE}
  14. x = [2*X for X in range(1, 100)]
  15. print(x)
  16. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement