Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

help with python


ghost's Avatar
0 0

so lets say i have the text - the password is "abvuncur" - stored in variable x. how do i retreive only "abvuncur" from x and store it into y?


spyware's Avatar
Banned
0 0

RegEx


ghost's Avatar
0 0

Im not sure what you are asking, if you want to transfer the value of x to y just use

y = x

This will reference the object "password here" to the variable y