Skip to content Skip to sidebar Skip to footer
Showing posts with the label While Loop

Generating Random Number With Different Digits

So I need to write a program which generates random numbers from 100 to 999, and the tricky part is… Read more Generating Random Number With Different Digits

How To Return Alphabetical Substrings?

I'm trying to write a function that takes a string s as an input and returns a list of those su… Read more How To Return Alphabetical Substrings?

How Can I Play A Sound While Other Lines Of Code Execute Simultaneously?

I want my code to do this, but with music playing in the background: import time while True: p… Read more How Can I Play A Sound While Other Lines Of Code Execute Simultaneously?

Script Breaks Out Of Function After Sending A Few Packets

I am writing a python program that sends packets for a specified amount of time. The sending script… Read more Script Breaks Out Of Function After Sending A Few Packets

While Loop Creating

I am writing a program in Python that defines a function that takes a single argument. The function… Read more While Loop Creating

How To Store Results From While Loop And Sentinel In Python?

been working on this for hours, thought i had it down but it turns out i have it all wrong. The as… Read more How To Store Results From While Loop And Sentinel In Python?