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.
Смотрите видео Multiple input in Charming Python with Details about the User's Interface and Programmer's Interface онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь Tonio FERENER-VARI 17 Ноябрь 2023, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 2 раз и оно понравилось lik людям.