Β Β Python tutorials for beginners Python Operators In Python programming, Operators in general are used to perform operations on values and variables. These are standard […]
Read moreTag: coding tutorials
Fish pattern program
#include<stdio.h> int main() { int x,y,t; for(t=0;t<50;t++) { for(y=7;y>-8;y–) { for(x=-7;x<=10;x++) { if(y==7) { if((x+t)%2!=0) printf(“–“); else printf(“~~”); } else if(y==-7) printf(“__”); else if(y==6) […]
Read moreHow to be a five star coder ( codechef , hackerrank , leetcode , hackerearth and etc )
How to be a five star coder ( codechef , hackerrank , leetcode , hackerearth and etc ) Well before knowing how to […]
Read more
Recent Comments