Coder Mala Official Channel
youtube.com/@CoderMala?si=NLj1FPujV5VHr5nk
On this channel you will get programming tutorial video with project like 🎮🎯 game development GUI's etc.
I will try to keep the content best.
Please 🙏 subscribe my channel and press the Bell Icon for regular updates.
If you like the content please appreciate in comments and also share it with your friends.
Thanks
💻🖥️🌌🦚💯🔥🌺🐢🧑💻📟📠📱📉📈📊🕦
Coder Mala
Butterfly 🦋 pattern in python code
1 year ago | [YT] | 3
View 0 replies
Coder Mala
This is c program postfix increment and prefix decrement operators based salve problem.
1 year ago | [YT] | 2
View 0 replies
Coder Mala
#!/usr/bin/python3
import time
t = time.localtime(time.time())
localtime = time.asctime(t)
str = "Current Time:" + time.asctime(t)
print(str)
1 year ago | [YT] | 0
View 0 replies
Coder Mala
#include<stdio.h>
int main()
{
printf("Hello world!");
return 0;
}
1 year ago | [YT] | 0
View 0 replies