p
y
c
h
a
l
l
e
n
g
e
r
Home
Python Basics
Strings I
Exercise: Concatenate strings I
Exercise: Concatenate strings I
Use the + operator to concatenate a and b.
reset
a = 'Pro' b = 'gramming'
text =
print(text)
Python
Setting up Python environment...
Output