in the future - u will be able to do some more stuff here,,,!! like pat catgirl- i mean um yeah... for now u can only see others's posts :c
🚀 New Series Alert! 🐧
Check out Linux Commands series to master essential commands easily!
🎥 Watch the first video here: youtube.com/shorts/Hfe8au5i8m...
Don't forget to like, share, and subscribe for more! 🔔
#LinuxCommands #TechTips #LearnLinux
8 - 1
Python Snippet :
def fun(x, y=None):
if y:
return x + y
return x * x
print(fun(5))
print(fun(2, 3))
print(fun(4, 0))
27 - 3
JavaScript Snippet 17:
function foo() {
return {
bar: "hello"
};
}
function baz() {
return
{ bar: "hello" };
}
console.log(foo());
console.log(baz());
94 - 9
❤️❤️#Enjoying Life..❤️❤️