Rajesh SinghSep 21, 20211 min readO Level IT Tools and Network Basics (M1-R5) Book | Notes PDFUpdated: Dec 1, 2022Introduction to ComputerIT First chapter.pdfDownload PDF • 5.10MBIntroduction to Operating System:second chapter.pdfDownload PDF • 2.40MBWord Processing:thirdnew.pdfDownload PDF • 6.30MBSpreadSheet:fourth.pdfDownload PDF • 7.10MBLibre Office Impress:fifth.pdfDownload PDF • 2.88MBInternet, Bank and AI Chapter:internet.pdfDownload PDF • 21.42MB
Introduction to ComputerIT First chapter.pdfDownload PDF • 5.10MBIntroduction to Operating System:second chapter.pdfDownload PDF • 2.40MBWord Processing:thirdnew.pdfDownload PDF • 6.30MBSpreadSheet:fourth.pdfDownload PDF • 7.10MBLibre Office Impress:fifth.pdfDownload PDF • 2.88MBInternet, Bank and AI Chapter:internet.pdfDownload PDF • 21.42MB
Write a program to print numbers from 1 to 20 except multiple of 2 & 3.Program: for x in range(1,20): if(x%2==0 or x%3==0): continue print(x,end='') print("\n") Output: 1 5 7 11 13 17 19
What Are the Best IT Courses for Learning Cloud Platforms Like AWS?In today’s fast-paced digital world, businesses rely heavily on cloud platforms to streamline operations and drive innovation. One of the...
Comentários