Welcome to the CSC Q&A, on our server named in honor of Ada Lovelace. Write great code! Get help and give help!
It is our choices... that show what we truly are, far more than our abilities.

Categories

+7 votes
asked in CSC201 Spring 2021 by (1 point)

5 Answers

+4 votes

Yes,
It's totally fine if you name the input name for your first owl as first_owl_name

answered by (1 point)
+4 votes

You can use anything for naming your variables. But it's better if you use camelCase eg -firstOwlName as instructed by our Head Wizard Stonedahl.

answered by (1 point)
+3 votes

Yes.

In class I tend to use camelCase like firstOwlName, since that matches the preferred Java naming scheme, which students will need to get used to if they go on to CSC 202.

However, using underscores between words is also a proper Python variable naming convention.

answered by (508 points)
+1 vote

That should be totally fine because its a legal name

answered by (1 point)
0 votes

Yes! I think it is a good variable name as it is very clear. However, it could be long to type.

answered by (1 point)
...