Ask Your Question

Soumya's profile - activity

2014-06-29 18:53:43 +0200 received badge  Popular Question (source)
2014-06-29 18:53:43 +0200 received badge  Notable Question (source)
2014-06-29 18:53:43 +0200 received badge  Famous Question (source)
2013-07-13 14:59:53 +0200 received badge  Student (source)
2013-07-10 04:30:56 +0200 asked a question IndentationError

I wrote "import networkx as nx FG=nx.Graph() FG.add_weighted_edges_from([(1,2,41),(1,3,75),(2,4,23),(3,4,81),(3,2,43),(4,5,25),(5,2,45)])" in a .sage file. When I go to sage terminal and run it I get IndentationError: unexpected indent (<string>, line 2). What can be the problem and please let me know how I can slove this.