You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This Repository contains the pure program demonstrations of python including most of the python concepts In this repository you can find out python programs that demonstrates basic concepts such as Data types,Control structures and also intermediate topics such as Oops,Exceptions and File handling and Adavanced Python as well
#include statements (preprocessor directives) reserved words : (e.g., int, double, return, main, include, etc.) variables : (similar to Matlab) builtin functions (library functions) (printf, ...) {} ( similar to Matlab start and end of functions) main function. comments : (// single line, /* ....
Star patterns are a series of * or any other character used to create some pattern or any geometrical shape such as - square, triangle(Pyramid), rhombus, heart etc. These patterns are often prescribed by many programming books and are best for practicing flow control statement