Ryan hughjack
Profilo di
Nome | Ryan hughjack |
---|---|
Indirizzo email | reynolds99ca@gmail.com |
Avatar | ![]() |
Messaggi | 2 |
-
- 2025-07-25 06:12:13
- Re: Morra cinese
- Forum >> Programmazione Python >> Videogames
- Ottimi spunti! Per i giochi a riga di comando, ho scoperto che usare getpass.getpass() funziona bene per nascondere gli input — è pensato per le password, ma è perfetto anche per questo tipo di inserimento privato.
--- Ultima modifica di Ryan hughjack in data 2025-07-25 06:12:54 ---
-
- 2025-06-23 10:04:29
- Re: Problem with Longest Common Substring
- Forum >> Programmazione Python >> Web e Reti
- Your revised code fixes the main issues like indexing and tracking the max substring length. Using a vector for the DP table and resetting values properly ensures correct computation. Just make sure variable names are consistent, and you'll get the expected output!