Python append() function does not take more than 1 argument

Hi,

Just started some python coding in Dynamo. Can anyone help me out here?

I want the below output.

0 tic
1 tac
2 toe

If you want that you’ll need to concatenate the ‘0’ and ‘tic’ for example.

lost.Append(i.ToString() + ' ' + v)

2 Likes