Python Forum
What is the significance of end=' ' and print()
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
What is the significance of end=' ' and print()
#4
Another way to display matrix.
x = [[1, 2, 3], [4, 5, 6], [7, 8, 9]]
for ele in x:
    print(*ele)
Reply


Messages In This Thread
RE: What is the significance of end=' ' and print() - by luoheng - Sep-09-2019, 03:13 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Query regrading plotting 95 % significance level PreetiRajpoot 0 1,594 Mar-09-2021, 04:00 PM
Last Post: PreetiRajpoot

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020