Hi all,

I receive the string messages from my Mobile via UDP as below:
A, 0.1, 0.6, 0.7
B, 0.2, 0.3, 0.8

I want to arrange them to two array as below:

a = (0.1, 0.6, 0.7)
b = (0.2, 0.3, 0.8)

all the number are float.

Thanks!

Paul Z

_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to