Python Program for simple Unit Converter num1 = input('Enter the value: ') unit1 = input('Which unit do you want it converted from: ') unit2 = input('Which ...
確定! 回上一頁