Mike Izbicki

Results 289 comments of Mike Izbicki

Starting next week, I'll have regular in-person office hours every Tuesday from 10:30-11:30AM, and Friday from 11AM-noon.

@jasminextan @PArellano02 @dwalker25 Let's take discussion about 1-1 meetings into email if you'd like to meet at a time other than the regular office hours I just posted. Also, as...

@chasekeir Let's discuss scheduling appointments over email instead of on github issues.

Recursion is not something that we've covered in class, and not something that you need to use on this problem. (And actually, if you do use it, your code will...

@justin-is-away Those conditions do not have to all be in the same html file, they just have to be in your project somewhere. @JackPotter7 I've updated the project instructions with...

@henrylong612 Only 3 of them need to satisfy the requirements. You're welcome to have as many other pages as you like that contain whatever you want, and they don't need...

@xutimon 1. You should use the same google analytics tag for each HTML file. 1. The CSS selectors' classes/ids should be used somewhere in the HTML.

@JackPotter7 You should archive each html file. You'll only need to submit the archive link to the main page, then I can press the links on the archive to view...

@AjaiKBan There is no requirement that the `div` tags have any class or id attributes. The requirement for class/id selectors can be met by applying them anywhere.

@dwalker25 For the `hypotenuse` function, the example I showed in class was `return (a**2 + b**2)**(0.5)`, which will work. The `sqrt` function adds the `+0j` term (making the number complex...