python

导航

python中%代表什么意思?

来源 :中华考试网 2020-12-23

  1、格式符

  例如:

  a = 'test'

  print 'it is a %s' %(a)

  打印的结果就是bai it is a test

  2、单独看%,是一个运算符号,求余数。

  例如:

  求模运算,相当于mod,也就是计算除法的余数,比如5%2就得到1。

分享到

您可能感兴趣的文章