2023-11-28 11:01:38 -05:00
|
|
|
dictionary = {
|
2023-10-30 17:11:06 -04:00
|
|
|
dust = "awesome"
|
|
|
|
answer = 42
|
2023-11-28 11:01:38 -05:00
|
|
|
}
|
2023-10-30 17:11:06 -04:00
|
|
|
|
|
|
|
(output
|
|
|
|
'Dust is '
|
2023-11-10 16:24:19 -05:00
|
|
|
+ dictionary:dust
|
2023-10-30 17:11:06 -04:00
|
|
|
+ '! The answer is '
|
2023-11-10 16:24:19 -05:00
|
|
|
+ dictionary:answer
|
2023-10-30 17:11:06 -04:00
|
|
|
)
|