Advertisement
Guest User

shit

a guest
May 19th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 1.14 KB | None | 0 0
  1. print("""
  2. {}\t\t{}\t\t{}\t\t{}\t\t{}\t\t{}\t\t{}
  3. {}\t\t{}\t\t{}\t\t{}\t\t{}\t\t{}\t\t{}""".format("{:^10s}".format(date[0]),
  4.                                                  "{:^10s}".format(date[1]),
  5.                                                  "{:^10s}".format(date[2]),
  6.                                                  "{:^10s}".format(date[3]),
  7.                                                  "{:^10s}".format(date[0]),
  8.                                                  "{:^10s}".format(date[0]),
  9.                                                  "{:^10s}".format(date[0]),
  10.                                                  "{:^10d}".format(BTC_price[0]),
  11.                                                  "{:^10d}".format(BTC_price[1]),
  12.                                                  "{:^10d}".format(BTC_price[2]),
  13.                                                  "{:^10d}".format(BTC_price[3]),
  14.                                                  "{:^10d}".format(BTC_price[0]),
  15.                                                  "{:^10d}".format(BTC_price[0]),
  16.                                                  "{:^10d}".format(BTC_price[0])))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement