Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Pause event
#1
How do i make a pause event?
Reply
#2
Hello and welcome to the forum.
No need to double post, your original post is sufficient. However, please edit it with putting the code in Python code tags. Also, copying code by using shift+ctrl+v will preserve indentation, which is crucial for proper functioning and readibility for others. Here is some help docs on that subject.
Reply
#3
Give some insight to what your trying to do. One line questions doesn't get to an answer.
I dont think anymore her as the time for a guess.

Here's my try
raw_input() # python2
or
input() # python3
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  How can I pause only one object? actualpy 1 365 Feb-01-2024, 07:43 PM
Last Post: deanhystad
  How to pause execution (on windows)? pstein 1 562 Jun-23-2023, 06:58 PM
Last Post: rob101
  Is it Possible to pause a script? tester_V 6 1,520 Apr-05-2023, 06:11 AM
Last Post: tester_V
  Did subprocess.Popen() causes main routine to pause stdout? liudr 4 3,652 May-04-2021, 08:58 PM
Last Post: liudr
  Not able to make a specific thing pause in pygame cooImanreebro 4 3,215 Dec-13-2020, 10:34 PM
Last Post: cooImanreebro
  How to Make Python code execution pause and resume to create .csv and read values. Kashi 2 3,766 Jun-14-2018, 04:16 PM
Last Post: DeaD_EyE
  how to pause pyxhook keylogger johweb 0 2,375 Jun-13-2018, 03:17 PM
Last Post: johweb
  How to pause/interupt with keyboard jehoshua 5 7,213 Mar-20-2018, 05:52 AM
Last Post: jehoshua
  how to enter a pause in the middle of a file sylas 2 3,279 Jun-11-2017, 06:46 AM
Last Post: sylas

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020