Login using Social Account
     Continue with GoogleLogin using your credentials
As part of this exercise, we will learn how to define variables.
Define an immutable (using val
) integer variable my_imx
with value 10.
Define a mutable (using var
) integer variable my_mutx
with value 20.
Let us define a variable of type String with the name myname
and assign it a value "hi".
Press "Shift + Enter" to execute the code in the Jupyter notebook.
Click on "Submit Answer".
Taking you to the next exercise in seconds...
Want to create exercises like this yourself? Click here.
No hints are availble for this assesment
Note - Having trouble with the assessment engine? Follow the steps listed here
Loading comments...