Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Commit

Permalink
全半角对齐
Browse files Browse the repository at this point in the history
  • Loading branch information
yjqiang committed Aug 23, 2019
1 parent 72ade58 commit 9bbcbd6
Showing 1 changed file with 10 additions and 13 deletions.
23 changes: 10 additions & 13 deletions biliconsole.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,16 @@


def guide_of_console():
print('___________________________')
print('| 欢迎使用本控制台 |')
print('|1 输出本次的参与抽奖统计 |')
print('|2 输出本次的抽奖结果统计 |')
print('|3 查看目前拥有礼物的统计 |')
print('|4 查看持有勋章状态 |')
print('|5 获取直播个人的基本信息 |')
print('|6 检查今日任务的完成情况 |')
print('|7 检查监控房间的开播情况 |')
print(' ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄')



print(' _______________ ')
print('| 欢迎使用本控制台      |')
print('|1输出本次的参与抽奖统计   |')
print('|2输出本次的抽奖结果统计   |')
print('|3查看目前拥有礼物的统计   |')
print('|4查看持有勋章状态      |')
print('|5获取直播个人的基本信息   |')
print('|6检查今日任务的完成情况   |')
print('|7检查监控房间的开播情况   |')
print('  ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ̄ ')


options = {
Expand Down

0 comments on commit 9bbcbd6

Please sign in to comment.