Python Developer Print A String In A Specified Format With Python String And Python 3 With IntelliJ ►▼◄
SUBSCRIBE HERE
/ @nonstopcodingtutorial
Top Movie Clips To Watch
• Playlist
SUBSCRIBE to TopMoveTeaser Here
/ channel
HOT CELEBRITY NEWS PLAYLIST
• Playlist
SUBSCRIBE to Hot Celebrity News
/ @wpstudiolab
Python Exercise by Python Trailer
Python Exercise 1:
Write a program to print the followin string in a specific format.
Example Python Program looks like this:
The power of fire can burn
the power of wind can chill
and the power of mind can learn
but the power of smile
especially yours can heal a frozen heart!
Keep in mind, there are many ways to write this.
These are some of the few examples.....
=====================================
Python Example 1.
print("The power of fire can burn\n\t\tthe power of wind can chill\n\t\t\tand the power of mind can learn\nbut the power of smile\n\t\t\tespecially yours can heal a frozen heart!")
=====================================
Python Example 2.
a = "The power of fire can burn"
b = "the power of wind can chill"
c = "and the power of mind can learn"
d = "but the power of smile"
e = "especially yours can heal a frozen heart!"
print(a, "\n\t", b, "\n\t\t", c, "\n", d, "\n\t\t", e)
=====================================
Python Example 3.RECOMMENDED
print("""
The power of fire can burn
the power of wind can chill
and the power of mind can learn
but the power of smile
especiall yours can heal a frozen heart!""")
=====================================
Python Example 4.RECOMMENDED
poem = "The power of fire can burn"
poem += "\n\tthe power of wind can chill"
poem += "\n\t\tand the power of mind can learn"
poem += "\nbut the power of smile"
poem += "\n\t\tespeciall yours can heal a frozen heart!"
print(poem)
Related Terms:
python developer
python software development
python zipfile
python pip
pythontutor
python 64 bit
python if
python 2
python string
python exception
python logging
python virtual environment
simple python program
python else if
python datetime
python list comprehension
python join
python tuple
python or
python for
python decorator
python dictionary
python gui
python class
python get
python for loop
python course
django python
python django
python machine learning
python xgboost
python map
python 3 download
python lambda
python not equal
python kafka
python database
python isinstance
learn python programming
python training
Watch video Python Developer Print A String In A Specified Format With Python String And Python 3 With IntelliJ online without registration, duration hours minute second in high quality. This video was added by user NonStop Coding Tutorial 24 February 2018, don't forget to share it with your friends and acquaintances, it has been viewed on our site 38 once and liked it 2 people.