https://github.com/loosedwhale/pyhton-string-to-list
Simple python program that takes a sting input and outputs it as a list. For further information read README.md
https://github.com/loosedwhale/pyhton-string-to-list
input list python python3 string-list
Last synced: about 2 months ago
JSON representation
Simple python program that takes a sting input and outputs it as a list. For further information read README.md
- Host: GitHub
- URL: https://github.com/loosedwhale/pyhton-string-to-list
- Owner: LoosedWhale
- Created: 2022-11-17T19:42:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-05T20:02:42.000Z (over 2 years ago)
- Last Synced: 2025-02-13T23:45:04.300Z (4 months ago)
- Topics: input, list, python, python3, string-list
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pyhton string to list
## DescriptionTakes a user input and outputs it as a list
## How to use
> In the command line the user will be promted with an input \
> After writing your text press enter \
> The program will take your inputed text and split it after every space \
> A list will be printed with the words seperated as diffrent objects in the list \### Note
###### Feel free to use this code how ever you please