Advertisement
Fhernd

CodeSkulptor-examples.txt

Oct 19th, 2014
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.76 KB | None | 0 0
  1. welcome to codeskulptor
  2. http://www.codeskulptor.org/
  3. print 'hello world'
  4. http://www.codeskulptor.org/#examples-hello_world.py
  5. strings
  6. http://www.codeskulptor.org/#examples-more-1a_codeskulptor-prints_strings_comments.py
  7. arithmetic expressions
  8. http://www.codeskulptor.org/#examples-arithmetic_expressions.py
  9. http://www.codeskulptor.org/#examples-more-1a_arithmetic_expressions-operations.py
  10. http://www.codeskulptor.org/#examples-more-1a_arithmetic_expressions-division.py
  11. http://www.codeskulptor.org/#examples-more-1a_arithmetic_expressions-order_of_operations.py
  12. http://www.codeskulptor.org/#examples-more-1a_arithmetic_expressions-errors.py
  13. floats and ints
  14. http://www.codeskulptor.org/#examples-more-1a_arithmetic_expressions-floats_and_ints.py
  15. variables
  16. http://www.codeskulptor.org/#examples-variables.py
  17. http://www.codeskulptor.org/#examples-more-1a_variables-names.py
  18. http://www.codeskulptor.org/#examples-more-1a_variables-assignment.py
  19. http://www.codeskulptor.org/#examples-more-1a_variables-operations.py
  20. http://www.codeskulptor.org/#examples-more-1a_variables-formulas.py
  21. Function
  22. http://www.codeskulptor.org/#examples-functions.py
  23. http://www.codeskulptor.org/#examples-more-1b_functions-structure.py
  24. http://www.codeskulptor.org/#examples-more-1b_functions-structure.py
  25. http://www.codeskulptor.org/#examples-more-1b_functions-uses.py
  26. http://www.codeskulptor.org/#examples-more-1b_functions-scope.py
  27. http://www.codeskulptor.org/#examples-more-1b_functions-examples.py
  28. http://www.codeskulptor.org/#examples-more-1b_functions-errors.py
  29. Modules and Modular Arithmetic
  30. http://www.codeskulptor.org/#examples-more_operations.py
  31. http://www.codeskulptor.org/#examples-more-1b_more_operations-modulus.py
  32. http://www.codeskulptor.org/#examples-more-1b_more_operations-math_module.py
  33. http://www.codeskulptor.org/#examples-more-1b_more_operations-numbers_and_strings.py
  34. http://www.codeskulptor.org/#examples-more-1b_more_operations-random_module.py
  35. http://www.codeskulptor.org/#examples-more-1b_more_operations-errors.py
  36. Boolean Expressions
  37. http://www.codeskulptor.org/#examples-more-1b_logic_and_comparisons-booleans.py
  38. http://www.codeskulptor.org/#examples-more-1b_logic_and_comparisons-logic.py
  39. http://www.codeskulptor.org/#examples-more-1b_logic_and_comparisons-comparison.py
  40. http://www.codeskulptor.org/#examples-more-1b_logic_and_comparisons-expressions.py
  41. Conditionals
  42. http://www.codeskulptor.org/#examples-conditionals.py
  43. http://www.codeskulptor.org/#examples-more-1b_conditionals-if-elif-else.py
  44. http://www.codeskulptor.org/#examples-more-1b_conditionals-examples.py
  45. Common errors (you need to fix)
  46. http://www.codeskulptor.org/#examples-tips1.py
  47. miniproject
  48. http://www.codeskulptor.org/#examples-rpsls_template.py
  49. http://www.codeskulptor.org/#examples-name_to_number_template.py
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement