2023-11-16 07:11:47 +00:00
|
|
|
dictionary = (
|
2023-10-30 21:11:06 +00:00
|
|
|
dust = "awesome"
|
|
|
|
answer = 42
|
2023-11-16 07:11:47 +00:00
|
|
|
)
|
2023-10-30 21:11:06 +00:00
|
|
|
|
|
|
|
(output
|
|
|
|
'Dust is '
|
2023-11-10 21:24:19 +00:00
|
|
|
+ dictionary:dust
|
2023-10-30 21:11:06 +00:00
|
|
|
+ '! The answer is '
|
2023-11-10 21:24:19 +00:00
|
|
|
+ dictionary:answer
|
2023-10-30 21:11:06 +00:00
|
|
|
)
|