Coder Social home page Coder Social logo

chapter-2-4's Introduction

Chapter-2-4

chapter-2-4's People

Contributors

aalfarej avatar

Watchers

James Cloos avatar

chapter-2-4's Issues

Chapter 3

The assignment is: "Exercises 1,3,5,6,7,8,11,12 on github - do the others for yourself - Instead of 11 or 12 you can do a creative turtle drawing with a loop in a loop"

You've done 3, 5, 7, 8,9, 11. That means you still owe me 1, 6, 8, and 12 (or a creative turtle drawing)

missing chapter 3 exercises

You're still missing exercises 1, 5, 6, 11, 12
Remember, you can do a creative turtle drawing instead of 11 or 12

Error in time.py

When I run your program I get the following error:
Traceback (most recent call last): File "/Users/davidaronson/Documents/GitHub/Chapter-2-4/time.py", line 9, in <module> print(alarm + "pm") TypeError: unsupported operand type(s) for +: 'float' and 'str'

Before you concatenate a string you need to convert all variables to strings. Either that or use a comma instead of a plus in your print statement.
Please revise and see me if you have any questions.

4.9

You should use a function to draw a star. Your loop is right. Define the loop as a function.

4.10

You are supposed to do 4.10
You need to use a loop to draw 5 stars. Make the turtle move after you draw the star.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.