1. Quotes of various types

1x = 'avocado'
2print(x)
3y = "McDonald's"
4print(y)
5form = """
6<html>
7<head>
8    <title> Test </title>
9</head>
10<body>
11    <p>Testing</p>
12</body>
13<html>"""
line that just executed

next line to execute

Print output (drag lower right corner to resize)
Frames
Objects

Activity: CodeLens 1.1 (cl_l18_1_en)

You have attempted 1 of 2 activities on this page