Cheap thrills
Jan. 25th, 2009 11:44 pm ...similarly, if the variable villain has been assigned the string 'malfoy', the expression villain.capitalize() will return the string 'Malfoy'.
~
Write an expression whose value is the concatenation of the three str values associated with name1 , name2 , and name3 , separated by commas. So if name1 , name2 , and name3 , were (respectively) "Neville", "Dean", and "Seamus", your expression's value would be "Neville,Dean,Seamus".
This computer programming course is giving me a headache (how does one go about writing a code to give the value of the average of all the reds in an image? any Python-literate flisters? :D;;), but stuff like this (^) make my night a wee bit brighter.
~
Write an expression whose value is the concatenation of the three str values associated with name1 , name2 , and name3 , separated by commas. So if name1 , name2 , and name3 , were (respectively) "Neville", "Dean", and "Seamus", your expression's value would be "Neville,Dean,Seamus".
This computer programming course is giving me a headache (how does one go about writing a code to give the value of the average of all the reds in an image? any Python-literate flisters? :D;;), but stuff like this (^) make my night a wee bit brighter.
no subject
Date: 2009-01-26 12:23 pm (UTC)I wish I knew Python, but I don't. I know other programming languages though... but I still can't help you with your average red question ._.;;
no subject
Date: 2009-01-28 05:09 am (UTC)I figured out average red! With loads and loads of help. Python is so ridiculous D: Python logic =/=
normal peoplemy logic