CrackingCodes.Ch03 package

Submodules

CrackingCodes.Ch03.PracticeQuestions module

Chapter 3 Practice Questions

Answers Chapter 3 Practice Questions via Python code.

CrackingCodes.Ch03.PracticeQuestions.main()[source]

CrackingCodes.Ch03.hello module

Asks for name and says hello.

This program says hello and asks for my name.

Notes

  • Using double quotes for strings because I’m a nitpicker - author admits that he uses single quotes because it is easier to type and it technically doesn’t matter.
  • Nov. 22, 2018 Update: Switching back to single quotes because a system was compromised because of double quotes.
CrackingCodes.Ch03.hello.main()[source]

Module contents