Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 467 Bytes

File metadata and controls

18 lines (14 loc) · 467 Bytes

Name

Ciana Deveau

Hobby

Soccer and watching UVA basketball

Fun Fact

I have visited 49 of the 50 states! Missing North Dakota so if anyone has ideas of fun things to do there let me know.

Programming Background

I have used Python sparsely in the lab and R in undergraduate statistics courses.

Interesting Python code

If a birthday is coming up...

print map(lambda x: "Happy Birthday to " + ("you" if x != 2 else "dear Name"),range(4))