Get your
own Python
server
Result Size:
625 x 565
Change Orientation
Ctrl+Alt+O
Change Theme
Ctrl+Alt+D
Go to Spaces
Ctrl+Alt+P
import re txt = "The rain in Spain" x = re.search("Portugal", txt) print(x)
x
import
re
txt
=
"The rain in Spain"
x
=
re
.
search
(
"Portugal"
,
txt
)
print
(
x
)
None