CodingBat.com cigar_party solution explained in Python.
CodingBat Python Logic-1 cigar party answer.
Timestamps:
0:00-1:09 The Question
1:10-1:44 The Function
1:45-2:23 1st If Statement
2:24-3:15 2nd If Statement
3:16-4:25 Run the code
4:26-5:56 Refactor 1st If Statement
5:57-7:00 Refactor Second If Statement
7:01-7:38 Final code improvements
7:39 Final solution
cigar_party question:
When squirrels get together for a party, they like to have cigars. A squirrel party is successful when the number of cigars is between 40 and 60, inclusive. Unless it is the weekend, in which case there is no upper bound on the number of cigars. Return True if the party with the given values is successful, or False otherwise.
cigar_party(30, False) → False
cigar_party(50, False) → True
cigar_party(70, True) → True
💻 cigar_party - link to original answer on CodingBat.com:
https://codingbat.com/prob/p195669
💻 Python String Methods Course Playlist:
• Python String Methods - Tutorial Series
💻 Python List Methods Course Playlist:
• Python List Methods
📖 Please check out my Udemy course here:
https://www.udemy.com/course/the-pyth...
⚙️ Recommended Computer Gear:
Macbook Pro 13" https://amzn.to/39ZGrTb
Macbook screen protector https://amzn.to/3s2a9x3
Macbook USB-C adapter https://amzn.to/3dRICtd
Macbook case https://amzn.to/3wMJhVk
Foldable computer stand https://amzn.to/2QeCi76
Airpods https://amzn.to/324gPAs
Pixel 3a https://amzn.to/2PJa1Wr
Pixel 3a screen protector https://amzn.to/3mytvcf
Lapel Mic https://amzn.to/39Vf2lx
Bluelight computer glasses https://amzn.to/3dSCIId
Noise cancelling headphones https://amzn.to/2QhAR80
JBL bluetooth speaker https://amzn.to/3dVfLEv
✈️ Recommended Digital Nomad Gear:
Shorts with zippers https://amzn.to/3wHEepf
Silicone earplugs https://amzn.to/3wSSzQ3
Sleep mask https://amzn.to/3d6AUw5
Packing cubes https://amzn.to/3uCbaOc
Sink plug https://amzn.to/2QeiSzf
Travel lock https://amzn.to/3t2Zsf4
Nike sandals https://amzn.to/3d65FRV
Nike freeruns https://amzn.to/3fZRWhi
Thin no-show socks https://amzn.to/39Wa8og
Quest bars https://amzn.to/3s8eWxd
Incense https://amzn.to/3dPfEKF
Electronics organizer bag https://amzn.to/3tbn3KO
Watch video CodingBat cigar_party answer - Python Logic 1 online, duration hours minute second in high quality that is uploaded to the channel Brendan Metcalfe 30 May 2021. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 1,199 times and liked it 17 visitors.