Paste-bin.xyz
Archive
Sign In
Login
Register
Username
Current Password
Keep me signed in.
Username
Full Name
Email
New Password
PYTHON
41
find stuff
Guest on 26th August 2023 12:40:05 AM
def
find
(
stuff
)
:
for
thing
in
stuff:
if
thing
==
'iQ'
:
print
(
"Found it"
)
x
=
"iQ"
find
(
x
)
Raw Paste
def find(stuff): for thing in stuff: if thing == 'iQ': print("Found it") x = "iQ" find(x)
Login
or
Register
to edit or fork this paste. It's free.