March 9, 2016 Binod Bhattarai QBASIC Program 2: To generate the upper triangular numeric pattern.Program to generate the pattern 5 6 7 8 9 6 7 8 9 7 8 9 8 9 9 CLS tabposition = 0 'starti...
March 24, 2022 Binod Bhattarai Creating Animated GIFs using Pythonfrom PIL import Image import glob #use it if you want to read all of the certain file type in the di...