Nuacht

Your terminal uses a shell called bash. Bash is a scripting langauge that has it's own way to write for loops, create variables, run if statements and create variables. In your career as a programmer ...
Note This is the first Repo for DSA with python. Follow here : #create a folder named DSA mkdir dsa cd dsa mkdir Create_Array_Dynamically cd Create_Array_Dynamically # create the file touch index.py # ...