URL:
  <https://savannah.gnu.org/task/?16595>

                 Summary: Submission of Car details
                   Group: Savannah Administration
               Submitter: georgehenry6672
               Submitted: Wed 23 Oct 2024 08:00:45 AM UTC
         Should Start On: Wed 23 Oct 2024 12:00:00 AM UTC
   Should be Finished on: Sat 02 Nov 2024 12:00:00 AM UTC
                Category: Project Approval
                Priority: 5 - Normal
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any


    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: Wed 23 Oct 2024 08:00:45 AM UTC By: Georgehenry667 <georgehenry6672>
A new group has been registered at Savannah.
This group will remain inactive until a site admin approves
or discards the registration.


= Registration Administration =

Approving or discarding the registration must be done using the specific
[https://savannah.gnu.org/siteadmin/groupedit.php?group_id=12380 Group
administration] page, accessible only to site
administrators logged in as superusers.

= Registration Details =

* Name: *Car details*
* System Name:  *car-info-tool*
* Type: non-GNU software and documentation
* License: GNU General Public License v3 or later

----

== Description: ==
def car_details(make, model, year):
    details = {
        "make": make,
        "model": model,
        "year": year
    }
    return f"The car is a {details['year']} {details['make']}
{details['model']}."

if __name__ == "__main__":
    make = input("Enter car make: ")
    model = input("Enter car model: ")
    year = input("Enter car year: ")
    
    print(car_details(make, model, year))
# Car Details Script

This is a simple Python script that allows users to input car make, model, and
year, and outputs a nicely formatted description of the car.

## Example
## About Me

For more automotive tips and scripts, visit [Sincere
Mechanic](https://sinceremechanic.com).


== Tarball URL: ==
https://github.com/georgehenry667/car-details-script









    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/task/?16595>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/

Attachment: signature.asc
Description: PGP signature

Reply via email to