I tried a simple code with julia:
x = readline()
print(String(“Hello, $x!”))
and Julia took the variable as “x!”, instead of “x”.
But, it was just fine when I changed the “!” with “.”
Is “!” a special character or else?
I need some explanation. Thank you!
6 posts - 4 participants