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
Code
add lambda
Reverse the string in python
Convert String to Lower Case
9th jan
Binary number into Decimal
Q4
Contact Class 2.0
try1
wordsentencething