0
What is the wrong
Another question How do I make a list and enter values to give me an equivalent, for example, I want to make my list and link it to each other. In the entries, enter more than one value from the list, for example, to give me values from the list B
9 Antworten
+ 2
ur question not clear ! please edit it to everyone understands that 🙏
+ 1
For example, enter the values. I will enter the values, for example, 1 2 3 4 and a value will appear for these values you entered a b c d
What can I do
+ 1
Pychem
+ 1
u mean python
+ 1
i write this code help u
0
which language u use ??
0
import math
Ϗ = input("Enter the value of Ϗ ")
µ = input("Enter the value of µ ")
wave_number = 1303 * math.sqrt(float(Ϗ) / float(µ))
print ( math.ceil ( wave_number ) )
a = wave_number
if 100 < a < 400:
print ( 'your wave_number in Far infrared region ' )
elif 400 < a < 4000:
print ( 'your wave_number in Mid infrared region ' )
elif 4000 < a < 13000:
print('your wave_number in Near infrared region ')
print('The functional group is ')
What is the wrong