Skip to content

uyitroa/Bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

additional-Module-Python

some additional module i created to not waste time. :)

Modules:

functions: convertLstToStr(yourlist,charThatyouwanTosepareachElement) Example list = [1,2,3,4,5,6] string = convertLstToStr(list," ") print string

Output would be like: 1 2 3 4 5 6

functions: getPosOf(searchingString,yourlist) Ex: list = ["a","b","c"] print getPosOf("b",list)

Output: 1

functions locateMe() to locate your city and country Ex: print locateMe()

Output: Rome, Italy

Ex: function: speak(SentenceThatyouwanToWrite,timeForEachCharacter) Gonna print your sentence, between each character, there will be some time who separate them.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages