Favorite Prompts

Favorite Prompts

  • Imagine you are X. In the next minute I’m going to ask you to do Y. Ask me 20 questions for anything you need to know, so that you’re able to help me effectively.
  • Rephrase this idea to be compelling to the reader while sounding humble. Be concise and use simple words while being scientifically accurate. “Your Idea…”

Trick: Explain X to a five years old child.

TESTING…

run.pylink
run = "www.baidu.com"
print(run)
Cpp Hello WorldDownload
1
2
3
4
5
6
7
#include<iostream>;
using namespace std;
int main()
{
cout << "Hello World" << endl;
return 0;
}