Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
string without space into list
def split(A,B): for x in range(0, len(A)): B.append(A[x]) return B A = "Ayub" B = [ ] split(A,B) print (B)
run
|
edit
|
history
|
help
0
sai exc 1
StringManipulation
guessgame
PySuper
Payth
isipadu kuboid
Ugly number
perform_math.py
Python.py
binary_search