fork download
  1. # your code goes here
  2. price = 100
  3. text = f"この商品は{price}円です"
  4. print(text)
Success #stdin #stdout 0.09s 14152KB
stdin
Standard input is empty
stdout
この商品は100円です