html Bob's Education - Lectures

Bob's Lectures

Today's Lecture: The Art of Procrastination

Join us as Bob takes on the age-old challenge of doing absolutely nothing. Topics will include:

Previous Lecture: Naps | Next Lecture: Socks

Example code for the perfect nap:

				
					nap = 1
					while (nap < 10) {
						sleep(60)
						print("I'm so refreshed!")
						nap += 1
					}
				
			

Don't forget to bring your favorite pillow and a snack. Seating is limited.