How to split a string into a list using Python Data 08/03/2022 Autor cristian mihai Categorie Soluții -7 404 Configurare noua (How To) SituatieSplit a string into a list where each word is a list item Solutie Pasi de urmat txt = “This is a test” x = txt.split() print(x) Output: [‘welcome’, ‘to’, ‘the’, ‘jungle’] Tip solutiePermanent Voteaza Up Down (14 din 35 persoane apreciaza acest articol) ShareTweetShare Despre Autor cristian mihai Solutii Asemanatoare Cum schimbati diferite permisiuni pentru aplicatii pe Xiaomi Redmi Note 11 Pro+ 5G 2 Analyze Linux Authentication Logs using AI 4 Explain Wireshark captures using AI 1 Review Bash Scripts before running them using AI 3 Analyze Nmap Scan results using AI 4 Activarea multi-sesiunilor pentru Remote Desktop pe Windows Server 1 Leave A Comment? × Cancel Reply Save my name, email, and website in this browser for the next time I comment. four − one =
Leave A Comment?