Hi!
I'm new here and maybe it's a silly question but I can't find the answer...
I'm doing my final studies work and in it i have a part o the program that is :
freqmin=input('What is the minimum frequency ');
freqmax=input('What is the maximum frequency');
There is any way that I can make the 2 questions in only one line and save the 2 variables in a vector? I want to say something like this:
freq= ¿?¿?('Write the minimum amb maximum frequencies');
freqmin=freq{1,1}
freqmax=freq{1,2}
I need help , please !
Thanks
|