Skip to content

Meghanachippada/Beginner_projects_python-madlibs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Beginner_projects_python-madlibs.py-

#The main purpose here is we work on the string concatenation. where it is expressed as -->name="meghana" -->print("my name is " + name) -->print("my name is {}".format(name)) -->print(f"my name is {name}") #madlibs = This is a python game where user has to enter substitutes for blanks in the story without knowing the story. #Here we will describe the story by leaving some blanks as inputs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages