Multiple input in Charming Python with Details about the User's Interface and Programmer's Interface

Published: 17 November 2023
on channel: Tonio FERENER-VARI
21
like

Playlist: Python with Pleasure by Visual Studio and IntelliJ IDEA-JetBrains and Python and PyCharm and Python    • Python with Pleasure by Visual Studio...  


https://www.geeksforgeeks.org/taking-...

Python program showing how to
multiple input using split

taking two inputs at a time

'''
Note

h: height of an ideal tree trunk
h_min: min(h) h_max: max(h)

h_min = 2 m and h_max = 4 m
'''

print('')
print(' x, y = input("x,y: ").split()')
print(' x, y h_min, h_max')
print('')
print(' Enter h_min, h_max')
h_min, h_max = input(" h_min h_hmax: ").split()

'''
print('')
print(" h_min:", h_min)
print(" h_max:", h_max)
print('')

h_min = float (h_min)
h_max = float (h_max)
'''
#
###
#
'''

To learn Python
with pleasure...
we need a friendly
User’s Interface.

In order to present
in a friendly manner...
comments
relative to code.
Python Code
In Description

A very friendly
User's Interface…
contains not only
the results of actions…
but, also… several details
about actions… and symbols.


Watch video Multiple input in Charming Python with Details about the User's Interface and Programmer's Interface online without registration, duration hours minute second in high quality. This video was added by user Tonio FERENER-VARI 17 November 2023, don't forget to share it with your friends and acquaintances, it has been viewed on our site 2 once and liked it lik people.