このプログラムをif-else-ifステートメントからswitchステートメントに変換するのに問題があります。どんな助けもありがとう。 public void tick() {
if (s.word == 0)
return;
short t = this.sc.word;
short d = this.get_opcode();
short
私はバイナリコンバータを完成させるために少し離れています。 def repeat1():
if choice == 'B' or choice == 'b':
while True:
x = input("Go on and enter a binary value: ")
try:
y = int(x, 2)
exc