Discuss / Python / 交作业

交作业

Topic source
# _*_ coding: utf-8 _*_

a = int(input())
b = int(input())

print ("1024 * 768 = ",a*b)

  • 1

Reply