← go back
firstVar = 'hello';
secondVar = 'world';
print(firstVar+' '+secondVar);
def imAFunction() {
print('ok');
}
imAFunction();
this isnt right
Feb 17, 2023, 4:08 PM
(edited)
3 0 0
Comments