Skip to content
Snippets Groups Projects
Commit 92d5259d authored by Sorrel Harriet's avatar Sorrel Harriet
Browse files

ongoing work on lab 5 resources

parent 32b903b2
Branches
No related merge requests found
import random
images = ["image_1","image_2","image_3","image_4"]
i = random.randint(0,len(images))
print("""<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Hello Caflucks</title>
</head>
<body>
<h1>Welcome to Catflucks</h1>
<p>You are viewing {}</p>
</body>
</html>""".format(images[i]))
<!DOCTYPE html>
<html lang="eng">
<html lang="en">
<head>
<meta charset="utf-8">
<title>Hello Catflucks</title>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment