Fill missing answer to question

This commit is contained in:
anhhh.11
2020-05-20 22:45:12 +07:00
committed by Inanc Gumus
parent 5159fd338e
commit 211c8d0077

View File

@ -98,4 +98,4 @@ x, z := 10, "hi"
* x := 10
* y, x := 10, 5
* var x, y = 5, 10
* var x, y = 5, 10 *CORRECT*