Posts

Showing posts from April, 2022

Draw Iron Man Face with python -

Image
  source code -(This code is written in pycharm editor ) from sketchpy import library as lib  obj = lib.rdj() obj.draw() Source code - output- NOTE:- Pls write a command pip  install sketchpy in your terminal or in command prompt in your system before run this code .

simple program about else -if statement :-

Image
source code :- output:- --------THANKS FOR  VISITING THIS PAGE