Hello dynos,
I try to understand imperativ and his practical use.
Do you know something about it f.e.:
Is there a
Maths.Rand comment? or do i use wrong syntex?
Do you have other exampels?
KR
Andreas
This might help you out:
I have no idea… but if I write it as >>DSCore.Maths.Rand<< it goes grey
Hahaha!! I didn’t spot that!
Surprised I personally don’t do that more often tbh.
I’ve got used to typing, “color” instead of “colour”…
Shame we can’t have proper English in Python as well as the American 
You don’t need “x”, I’ve just used x for example purpose and, of course, because the function Round requires an argument.
In your case, when you use x = 1 the for loop add each i to the value:

This is interesting, although the function requires the input as integer, if you feed it with variables, it’ll output different numbers haha.