firstVar = 'hello';
secondVar = 'world';
print(firstVar+' '+secondVar);

def imAFunction() {
    print('ok');
}

imAFunction();

this isnt right

Feb 17, 2023, 4:08 PM
3 0 0

comments