Linux shell and script tutorial #01 Suleiman Yahya Garo programming 27 February 2023 LINUX SHELL VIDEO TUTORIAL #01 read more
Variable in Python Programming Tutorial #2 Suleiman Yahya Garo programming 26 February 2023 Variables Variables are containers for storing data values. Creating Variables Python has no command for declaring a variable. A variable i... read more
Python Tutorial, simple program printing hello world #1 Suleiman Yahya Garo programming 25 February 2023 Strings in python are surrounded by either single quotation marks, or double quotation marks. 'hello' is the same as "hello... read more