Login using Social Account
     Continue with GoogleLogin using your credentials
In Python, we can use several string operations like concatenations. Two strings can be concatenated using the +
operator. For example, to concatenate strings "football" and "basketball" and assign it to new variable games, use the below code
games = "football" + "basketball"
Cloudx
to a variable first
and Lab
to a variable second
first
and second
and store the result in the variable final
Taking you to the next exercise in seconds...
Want to create exercises like this yourself? Click here.
No hints are availble for this assesment
Note - Having trouble with the assessment engine? Follow the steps listed here
Loading comments...