Stones from other mountains can be used to attack jade: unlock 9 common postures of chatGPT

insert image description here

ChatGPT is a disruptive AI that can be used to achieve numerous goals. Below are our instructions in Chinese for these tasks, along with examples of responses in Chinese from ChatGPT.

  1. debug code

Tip: Why is my python code reporting an error: x = [2, 3, 8 9]?

ChatGPT answer: You are missing a comma between array elements in your code. Adding a comma between 8 and 9 fixes the error. The correct code should be: x = [2, 3, 8, 9].

  1. Write code

Hint: Please write me a Python program that outputs the square of 1 to 10.

ChatGPT answer: Here is a simple Python program to output the square of 1 to 10:

for i in range(1, 11):
    square = i ** 2
    print(square)
  1. Explain what photosynthesis is like explaining it to a five-year-old child.

Prompt: Please explain to me what photosynthesis is like to a five-year-old.

ChatGPT answer: Photosynthesis is like magic in plants. They use sunlight, water, and a gas in the air called carbon dioxide, which they then use to make their food and the energy they need to grow. The process also produces oxygen, which humans and animals need to breathe.

  1. Get inspired by AI art, decorations and party themes

Tips: Give me some suggestions for AI art, decoration and party theme ideas.

ChatGPT Answers: Here are some suggestions:

  • AI Art: Combine figure drawing and abstract painting to create works with dynamic colors and unique textures.
  • Decoration: Decorate the venue with futuristic and sci-fi elements, such as LED lights, electronic components and robot sculptures.
  • Party theme: hold a grand party of AI and sci-fi, and invite guests to wear clothes related to future technology.
  1. Use ChatGPT to answer homework and course questions

Hint: What is Hamilton's Theorem?

ChatGPT answer: Hamilton's theorem is an important theorem in graph theory. It points out that if the sum of the degrees of any two vertices in an undirected graph is greater than or equal to the number of vertices in the graph, then the graph must be a Hamiltonian graph, which means that there is a cyclic path through each vertex in the graph, called a Hamiltonian circuit.

  1. Create music with ChatGPT

Prompt: Give me a poem about spring and I'll set it to music.

ChatGPT replied: Spring flowers bloom with smiles,
green leaves sway gently on the branches,
warm wind blows across the fields, dancing to life,
and birds sing cheerful melodies in the morning.

You can try to pair this poem with a brisk melody and soft symphony instruments, such as piano, guitar, and violin, to express the beauty and vitality of spring.

  1. Translate with ChatGPT

Tip: Please translate the following sentence into English: "The weather is really nice today!"

ChatGPT回答:The weather is really nice today!

  1. Extract structured data from text

Tip: Get and list the three important stages of Apple's development from the following description: "Apple Inc. is an American technology company founded on April 1, 1976. In 1984, Apple introduced the Macintosh computer. In 2007, Apple Launched the innovative iPhone."

ChatGPT answer: The following are the three important development stages of Apple:

  1. April 1, 1976: Company established

  2. 1984: The Macintosh computer is released

  3. 2007: iPhone launched

  4. rate the article

Tip: Rate this excerpt from the article: "Artificial intelligence technologies are changing our lives, from smartphone software to driverless cars and robots in industrial processes."

ChatGPT Answer: This is a short but informative excerpt from an article. I would give this excerpt a score of 8/10 because it covers the applications of AI in everyday life and industry, but the language could be more expressive to enhance the reader's interest.

English original

English link

focus on

No public

Guess you like

Origin blog.csdn.net/robot_learner/article/details/131028128