Python Forum
[split] Can’t get program to run properly - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Homework (https://python-forum.io/forum-9.html)
+--- Thread: [split] Can’t get program to run properly (/thread-22985.html)



[split] Can’t get program to run properly - KingC - Dec-06-2019

I have a similar problem trying to get a written date of birth to calculate the age.


RE: [split] Can’t get program to run properly - michael1789 - Dec-06-2019

How is the written date going to be input? (eg. 12/12/12 or dec. 12 2012, or whatever)


RE: [split] Can’t get program to run properly - micseydel - Dec-10-2019

What have you tried? We're happy to help, but you should post a fully-formed question. You'll be much more likely to get a satisfactory response if you include your code attempt along with its output, expected output, etc. (See link in my signature for more details.)