Channel Avatar

Coder Mala @UCORYjaAzQVX5nzMrIAncA0g@youtube.com

139 subscribers - no pronouns :c

Coder Mala Official Channel youtube.com/@CoderMala?si=NLj1F


Welcoem to posts!!

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

Coder Mala
Posted 3 months ago

Butterfly 🦋 pattern in python code

3 - 0

Coder Mala
Posted 3 months ago

This is c program postfix increment and prefix decrement operators based salve problem.

2 - 0

Coder Mala
Posted 5 months ago

#!/usr/bin/python3

import time

t = time.localtime(time.time())
localtime = time.asctime(t)
str = "Current Time:" + time.asctime(t)

print(str)

0 - 0

Coder Mala
Posted 5 months ago

#include<stdio.h>

int main()
{
printf("Hello world!");
return 0;
}

0 - 0