matrix python

Abinesh SparkAbinesh Spark chennai
edited February 2017 in Python

enter code hereinput:
a=1
b=2
c=3
output :
a b c
a 1 3 4
b 3 2 5
c 4 5 3
How to get this type of output for my input
by python coding

Comments

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Categories

In this Discussion