june_ — 2/17/2023, 4:08:54 PM
firstVar = 'hello';
secondVar = 'world';
print(firstVar+' '+secondVar);

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

imAFunction();

this isnt right

♥ 3 ↩ 0 💬 0 comments

comments

no comments