Skip to content

Commit

Permalink
Update funcGAI-hw1.rst
Browse files Browse the repository at this point in the history
Added the ability to copy to a group
  • Loading branch information
barbarer committed Aug 24, 2024
1 parent 7a6548a commit 7214c8b
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion _sources/functions/funcGAI-hw1.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ In this homework you will be given some input and output and will determine how
into the output. Then you can either generate code using generative AI like Chat GPT or write
the code yourself.

.. note::

If you work in a group of two to three people, only one member of the group should fill in the answers on this page. You will be able to share your answers with the other group members at the bottom of the page.


Function 1
===========

Expand Down Expand Up @@ -323,4 +328,9 @@ To check that you understand what the function is doing please enter the expecte
self.assertEqual(function5("A long time ago"), "Alotiag", "function4('A long time ago')")
self.assertEqual(function5("Trust Me"), "Trme", "function4('Trust Me')")
myTests().main()
myTests().main()
If you worked in a group, you can copy the answers from this page to the other group members. Select the group members below and click the button to share the answers.
.. groupsub:: funcGAI-hw1-group
:limit: 3

0 comments on commit 7214c8b

Please sign in to comment.