python

当前位置:中华考试网 >> python >> python编程基础 >> 文章内容

pythonsep函数怎么使用它

来源:中华考试网  [2020年11月11日]  【

  什么是sep的函数?

  print()中有两个默认参数sep和end。其中sep函数是设置分隔符,默认为sep=’ ’(空格)

  代码实例--01:

  print('G','F','G', sep=' ')

  print('09','12','2016', sep='-')

  print('pratik','geeksforgeeks', sep='@')

  输出:

  GFG

  09-12-2016

  pratik@geeksforgeeks

  代码实例--02:

  print('G','F', sep='', end='')

  print('G')

  print('09','12', sep='-', end='-2016\n')

  print('prtk','agarwal', sep='', end='@')

  print('geeksforgeeks')

  输出:

  GFG

  09-12-2016

  prtkagarwal@geeksforgeeks

  好啦,是不是非常简单呢,大家如果在需要项目里使用这个函数的时候,可以牢牢的记住这些内容哦~非常实用的,另外其他函数使用在教程中心均有介绍,感兴趣的话就去看下吧~

责编:fushihao

上一篇:python3字典按值的大小排序如何实现?

下一篇: 没有了

  • 会计考试
  • 建筑工程
  • 职业资格
  • 医药考试
  • 外语考试
  • 学历考试