= 'hello' into this π a = 'h', 'e', 'l', 'l', 'o' How can I do this in python??
a = ['h', 'e', 'l', 'l', 'o'] print(a)
Split this into strong and then print
split()
No πI want to change it
I don't know about split π’
then google it
Ok thanks
b=list(a) Print (b)
print(input().split(","))π°
w/o theπ° right?
This one crct
this splits at empty spaces, which are not present here so it will remain the same
i = input("") b = list() for v in i: b.append(v) print(b)
how could it go from good answers to this?
π° S=input() print([ i for i in S ] , sep=",")
π° S=input() print([ i for i in S ] , sep=",")
Sorry, English is not good I can not understand what you mean :(
a='hello' print(list(a))
sep It is not necessary
Yeah I know
Using that also no change!
a=2 b=2 c=-1 d = b**2 - 4*a*c x1=-b + d**1/2/2*a x2=-b - d**1/2/2*a printd, x1, x2
csv files?? https://del.dog/arefeafuly i tried to declare the inputs as BINARY and STR, but even way i get the same error "TypeError: a bytes-like object is required, not 'str'"
power of 2?
m1 , m2 >= 1 and m1 , m2 <= 6: #do stuff
links...
function?
it and execute your py file?